/**
 * Web Fonts - Local Hosting
 * MyTidyHome
 * 
 * Noto Sans Variable Font
 * Supports variable width and weight for flexible typography
 */

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 75% 100%;
  src: url('../assets/fonts/NotoSans-VariableFont_wdth,wght.ttf') format('truetype-variations');
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 75% 100%;
  src: url('../assets/fonts/NotoSans-Italic-VariableFont_wdth,wght.ttf') format('truetype-variations');
  font-display: swap;
}

