/* Local fonts for the UniqueSong clone.
   DM Sans (body), Kaisei Opti (headings), Playfair Display (hero) load from Google Fonts
   via the <link> in each page head. Material Symbols loads locally below. */

@font-face {
  font-family: Material Symbols Outlined;
  font-display: swap;
  src: url(materialSymbolsOutlined.woff2) format("woff2");
  font-style: normal;
  font-weight: 300;
}

.material-symbols-outlined,
.material-icon.material-symbols-outlined {
  font-family: Material Symbols Outlined;
  font-weight: 400;
  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;
  max-width: 1em;
  overflow: hidden;
  flex-shrink: 0;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 48;
  vertical-align: bottom;
}

.material-symbols-outlined.filled {
  font-variation-settings: "FILL" 1;
}

:root {
  --font-body-family: "DM Sans", sans-serif;
  --font-body-style: normal;
  --font-body-weight: 400;
  --font-body-weight-bold: 700;
  --font-heading-family: "Kaisei Opti", serif;
  --font-heading-style: normal;
  --font-heading-weight: 400;
}
