/* Regular text */
@font-face {
  font-family: 'Gilroy';
  src: url('/assets/fonts/gilroy/Gilroy-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

/* Paragraph strong / buttons */
@font-face {
  font-family: 'Gilroy';
  src: url('/assets/fonts/gilroy/Gilroy-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

/* headings */
@font-face {
  font-family: 'Gilroy';
  src: url('/assets/fonts/gilroy/Gilroy-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

/* HERO heading */
@font-face {
  font-family: 'Gilroy';
  src: url('/assets/fonts/gilroy/Gilroy-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-display: swap;
}


/* ===== LOCAL ROBOTO (NO CLS) ===== */

@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/roboto-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  ascent-override: 92%;
  descent-override: 24%;
  line-gap-override: 0%;
}

@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/roboto-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  ascent-override: 92%;
  descent-override: 24%;
  line-gap-override: 0%;
}

@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/roboto-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  ascent-override: 92%;
  descent-override: 24%;
  line-gap-override: 0%;
}
