/* Instrument Sans: body */
@font-face {
  font-family: "Instrument Sans";
  src: url("/assets/InstrumentSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("/assets/InstrumentSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("/assets/InstrumentSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Radio Canada Big: headings */
@font-face {
  font-family: "Radio Canada Big";
  src: url("/assets/RadioCanadaBig-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radio Canada Big";
  src: url("/assets/RadioCanadaBig-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radio Canada Big";
  src: url("/assets/RadioCanadaBig-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Fallbacks */
:root {
  --font-sans-fallback: system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}