/* Self-hosted Spectral (Google Fonts) — used for the "Supreme Science" logo
   wordmark (.ld-name). Files live in app/assets/fonts; Propshaft resolves the
   bare filenames in url() to digested asset paths at compile time. */
@font-face {
  font-family: "Spectral";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/Spectral-Regular-396f526e.ttf") format("truetype");
}
@font-face {
  font-family: "Spectral";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/Spectral-Italic-2cf4d4f5.ttf") format("truetype");
}
@font-face {
  font-family: "Spectral";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/Spectral-Medium-14da2c4c.ttf") format("truetype");
}
@font-face {
  font-family: "Spectral";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/Spectral-MediumItalic-90998a07.ttf") format("truetype");
}
@font-face {
  font-family: "Spectral";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/Spectral-SemiBold-2395bc84.ttf") format("truetype");
}
@font-face {
  font-family: "Spectral";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/Spectral-SemiBoldItalic-11b39b56.ttf") format("truetype");
}
