/* Rax Sales — local @font-face sheet.
   Fonts extracted from the template bundle and served locally (no external calls).
   Note: one Latin-subset woff2 per family was captured; weight ranges render from a
   single file (minor faux-bold on the heaviest weights) — acceptable for a static build. */

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/plus-jakarta-sans.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/montserrat-1.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/montserrat-2.woff2') format('woff2');
}

@font-face {
  font-family: 'Varela';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/varela.woff2') format('woff2');
}
