/* ============================================================
   DEEPRISE — SELF-HOSTED WEBFONTS
   Radley (serif, display) + Mulish (sans, 400/500/600/700/800).
   woff2 files supplied by the client, stored in assets/fonts/.
   ============================================================ */

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

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

@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../../fonts/mulish-medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../../fonts/mulish-semibold.woff2') format('woff2');
}

@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../../fonts/mulish-bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../../fonts/mulish-extrabold.woff2') format('woff2');
}
