/* inter-100 - latin_latin-ext */
@font-face {
     font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
     font-family: 'Inter';
     font-style: normal;
     font-weight: 100;
     src: url('../fonts/inter-v12-latin_latin-ext-100.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
          url('../fonts/inter-v12-latin_latin-ext-100.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }
   
   /* inter-200 - latin_latin-ext */
   @font-face {
     font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
     font-family: 'Inter';
     font-style: normal;
     font-weight: 200;
     src: url('../fonts/inter-v12-latin_latin-ext-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
          url('../fonts/inter-v12-latin_latin-ext-200.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }
   
   /* inter-300 - latin_latin-ext */
   @font-face {
     font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
     font-family: 'Inter';
     font-style: normal;
     font-weight: 300;
     src: url('../fonts/inter-v12-latin_latin-ext-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
          url('../fonts/inter-v12-latin_latin-ext-300.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }
   
   /* inter-regular - latin_latin-ext */
   @font-face {
     font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
     font-family: 'Inter';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/inter-v12-latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
          url('../fonts/inter-v12-latin_latin-ext-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }
   
   /* inter-500 - latin_latin-ext */
   @font-face {
     font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
     font-family: 'Inter';
     font-style: normal;
     font-weight: 500;
     src: url('../fonts/inter-v12-latin_latin-ext-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
          url('../fonts/inter-v12-latin_latin-ext-500.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }
   
   /* inter-600 - latin_latin-ext */
   @font-face {
     font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
     font-family: 'Inter';
     font-style: normal;
     font-weight: 600;
     src: url('../fonts/inter-v12-latin_latin-ext-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
          url('../fonts/inter-v12-latin_latin-ext-600.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }
   
   /* inter-700 - latin_latin-ext */
   @font-face {
     font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
     font-family: 'Inter';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/inter-v12-latin_latin-ext-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
          url('../fonts/inter-v12-latin_latin-ext-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }
   
   /* inter-800 - latin_latin-ext */
   @font-face {
     font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
     font-family: 'Inter';
     font-style: normal;
     font-weight: 800;
     src: url('../fonts/inter-v12-latin_latin-ext-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
          url('../fonts/inter-v12-latin_latin-ext-800.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }
   
   /* inter-900 - latin_latin-ext */
   @font-face {
     font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
     font-family: 'Inter';
     font-style: normal;
     font-weight: 900;
     src: url('../fonts/inter-v12-latin_latin-ext-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
          url('../fonts/inter-v12-latin_latin-ext-900.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }
   
  /* material-symbols-rounded-100 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/material-symbols-rounded-v99-latin-100.eot'); /* IE9 Compat Modes */
    src: url('../fonts/material-symbols-rounded-v99-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/material-symbols-rounded-v99-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/material-symbols-rounded-v99-latin-100.woff') format('woff'), /* Modern Browsers */
         url('../fonts/material-symbols-rounded-v99-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/material-symbols-rounded-v99-latin-100.svg#MaterialSymbolsRounded') format('svg'); /* Legacy iOS */
  }
  
  /* material-symbols-rounded-200 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/material-symbols-rounded-v99-latin-200.eot'); /* IE9 Compat Modes */
    src: url('../fonts/material-symbols-rounded-v99-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/material-symbols-rounded-v99-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/material-symbols-rounded-v99-latin-200.woff') format('woff'), /* Modern Browsers */
         url('../fonts/material-symbols-rounded-v99-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/material-symbols-rounded-v99-latin-200.svg#MaterialSymbolsRounded') format('svg'); /* Legacy iOS */
  }
  
  /* material-symbols-rounded-300 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/material-symbols-rounded-v99-latin-300.eot'); /* IE9 Compat Modes */
    src: url('../fonts/material-symbols-rounded-v99-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/material-symbols-rounded-v99-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/material-symbols-rounded-v99-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/material-symbols-rounded-v99-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/material-symbols-rounded-v99-latin-300.svg#MaterialSymbolsRounded') format('svg'); /* Legacy iOS */
  }
  
  /* material-symbols-rounded-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/material-symbols-rounded-v99-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/material-symbols-rounded-v99-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/material-symbols-rounded-v99-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/material-symbols-rounded-v99-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/material-symbols-rounded-v99-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/material-symbols-rounded-v99-latin-regular.svg#MaterialSymbolsRounded') format('svg'); /* Legacy iOS */
  }
  
  /* material-symbols-rounded-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/material-symbols-rounded-v99-latin-500.eot'); /* IE9 Compat Modes */
    src: url('../fonts/material-symbols-rounded-v99-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/material-symbols-rounded-v99-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/material-symbols-rounded-v99-latin-500.woff') format('woff'), /* Modern Browsers */
         url('../fonts/material-symbols-rounded-v99-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/material-symbols-rounded-v99-latin-500.svg#MaterialSymbolsRounded') format('svg'); /* Legacy iOS */
  }
  
  /* material-symbols-rounded-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/material-symbols-rounded-v99-latin-600.eot'); /* IE9 Compat Modes */
    src: url('../fonts/material-symbols-rounded-v99-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/material-symbols-rounded-v99-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/material-symbols-rounded-v99-latin-600.woff') format('woff'), /* Modern Browsers */
         url('../fonts/material-symbols-rounded-v99-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/material-symbols-rounded-v99-latin-600.svg#MaterialSymbolsRounded') format('svg'); /* Legacy iOS */
  }
  
  /* material-symbols-rounded-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/material-symbols-rounded-v99-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../fonts/material-symbols-rounded-v99-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/material-symbols-rounded-v99-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/material-symbols-rounded-v99-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/material-symbols-rounded-v99-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/material-symbols-rounded-v99-latin-700.svg#MaterialSymbolsRounded') format('svg'); /* Legacy iOS */
  }
  .material-symbols-rounded {
     font-family: 'Material Symbols Rounded';
     font-weight: normal;
     font-style: normal;
     font-size: 2rem;
     line-height: 1;
     letter-spacing: normal;
     text-transform: none;
     display: inline-block;
     white-space: nowrap;
     word-wrap: normal;
     direction: ltr;
     -moz-font-feature-settings: 'liga';
     -moz-osx-font-smoothing: grayscale;
 }