/* O!Sapiens — Webfonts
   Montserrat ships as real TTF (extracted from brand kit).
   Palatino is a system serif used for product-line naming; no binary ships —
   it falls back to Palatino Linotype / Book Antiqua / Georgia. (See readme: FONT SUBSTITUTION) */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../assets/fonts/Montserrat-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../assets/fonts/Montserrat-Black.ttf") format("truetype");
}

/* Palatino — product-line naming & decorative serif (user-supplied binary) */
@font-face {
  font-family: "Palatino";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Palatino-Regular.ttf") format("truetype");
}
