/* Auto-generated by build-tokens.mjs - DO NOT EDIT */
/* Run: node scripts/build-tokens.mjs to regenerate */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Manrope:ital,wght@0,400;0,500;0,600;0,700&display=swap');

/* ============================================================================
 * Local Fonts for Brand: ABC
 * ============================================================================ */

@font-face {
  font-family: "Superior Title";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/ABC/SuperiorTitle-Black.woff2") format("woff2"),
       url("/fonts/ABC/SuperiorTitle-Black.woff") format("woff"),
       url("/fonts/ABC/SuperiorTitle-Black.ttf") format("truetype");
}

/* ============================================================================
 * Local Fonts for Brand: CLS
 * ============================================================================ */

@font-face {
  font-family: "Neue Haas Unica W1G";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/CLS/Neue-Haas-Unica-W1G-Regular.woff2") format("woff2"),
       url("/fonts/CLS/Neue-Haas-Unica-W1G-Regular.woff") format("woff"),
       url("/fonts/CLS/Neue-Haas-Unica-W1G-Regular.ttf") format("truetype");
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Neue Haas Unica W1G";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/CLS/Neue-Haas-Unica-W1G-Medium.woff2") format("woff2"),
       url("/fonts/CLS/Neue-Haas-Unica-W1G-Medium.woff") format("woff"),
       url("/fonts/CLS/Neue-Haas-Unica-W1G-Medium.ttf") format("truetype");
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Neue Haas Unica W1G";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/CLS/Neue-Haas-Unica-W1G-Bold.woff2") format("woff2"),
       url("/fonts/CLS/Neue-Haas-Unica-W1G-Bold.woff") format("woff"),
       url("/fonts/CLS/Neue-Haas-Unica-W1G-Bold.ttf") format("truetype");
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}

/* ============================================================================
 * Font Variables
 * ============================================================================ */

/* Brand: ABC */
:root[data-brand="ABC"] {
  --font-editorial: "Superior Title", Georgia, serif;
  --font-ui: "Manrope", system-ui, sans-serif;
}

/* Brand: CLS */
:root[data-brand="CLS"] {
  --font-editorial: "Neue Haas Unica W1G", sans-serif;
  --font-ui: "Neue Haas Unica W1G", sans-serif;
}
