/* Self-hosted fonts: bundled so the app needs no network for type or icons.
   Generated from Google Fonts; text faces subset to the glyphs the UI uses. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(./fonts/inter-0.woff2) format('woff2');
  unicode-range: U+20-7e, U+b7, U+2013-2014, U+2018-2019, U+201c-201d, U+2026, U+2190, U+2192, U+2715;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/inter-1.woff2) format('woff2');
  unicode-range: U+20-7e, U+b7, U+2013-2014, U+2018-2019, U+201c-201d, U+2026, U+2190, U+2192, U+2715;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(./fonts/inter-2.woff2) format('woff2');
  unicode-range: U+20-7e, U+b7, U+2013-2014, U+2018-2019, U+201c-201d, U+2026, U+2190, U+2192, U+2715;
}

@font-face {
  font-family: 'Cormorant';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(./fonts/cormorant-3.woff2) format('woff2');
  unicode-range: U+20-7e, U+b7, U+2013-2014, U+2018-2019, U+201c-201d, U+2026, U+2190, U+2192, U+2715;
}

@font-face {
  font-family: 'Cormorant';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/cormorant-4.woff2) format('woff2');
  unicode-range: U+20-7e, U+b7, U+2013-2014, U+2018-2019, U+201c-201d, U+2026, U+2190, U+2192, U+2715;
}

@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(./fonts/cormorant-5.woff2) format('woff2');
  unicode-range: U+20-7e, U+b7, U+2013-2014, U+2018-2019, U+201c-201d, U+2026, U+2190, U+2192, U+2715;
}

@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/cormorant-6.woff2) format('woff2');
  unicode-range: U+20-7e, U+b7, U+2013-2014, U+2018-2019, U+201c-201d, U+2026, U+2190, U+2192, U+2715;
}

@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 200;
  font-display: block;
  src: url(./fonts/material-8.woff2) format('woff2');
}

.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
