/* Praxis 0.1.15 — font declarations (example, not loaded by default)
 *
 * Praxis sets font-family: 'Gilroy' but ships NO font files. Gilroy is
 * licensed and cannot be redistributed, so you must supply your own copy
 * under your own licence.
 *
 * Copy this file, point the paths at wherever you host the files, and load it
 * BEFORE praxis.css. If you have no Gilroy licence, delete these blocks and
 * Praxis falls through its stack to Inter and then the system UI font — the
 * layout is unaffected, only the typeface changes.
 */

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Regular.woff2') format('woff2'),
       url('/fonts/Gilroy-Regular.woff')  format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Medium.woff2') format('woff2'),
       url('/fonts/Gilroy-Medium.woff')  format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-SemiBold.woff2') format('woff2'),
       url('/fonts/Gilroy-SemiBold.woff')  format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Bold.woff2') format('woff2'),
       url('/fonts/Gilroy-Bold.woff')  format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
