/* Inter Regular 300 */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/inter-v20-latin-300.woff2") format("woff2");
}
/* Inter Regular 400 */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/inter-v20-latin-regular.woff2") format("woff2");
}
/* Inter Italic 400 */
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/inter-v20-latin-italic.woff2") format("woff2");
}
/* Inter Regular 500 */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/inter-v20-latin-500.woff2") format("woff2");
}
/* Inter Regular 600 */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/inter-v20-latin-600.woff2") format("woff2");
}
/* Inter Regular 700 */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/inter-v20-latin-700.woff2") format("woff2");
}
/* Noto Serif Regular 400 */
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/noto-serif-v33-latin-regular.woff2") format("woff2");
}
/* Noto Serif Italic 400 */
@font-face {
  font-family: "Noto Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/noto-serif-v33-latin-italic.woff2") format("woff2");
}
/* Noto Serif Regular 700 */
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/noto-serif-v33-latin-700.woff2") format("woff2");
}
/* Noto Serif Regular 900 */
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/noto-serif-v33-latin-900.woff2") format("woff2");
}

/* Essential CSS for Material Symbols to render correctly */
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  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;
  /* Support for ligature rendering (this is what turns the word 'menu' into an icon) */
  font-feature-settings: "liga";
}
