/* Arbour theme fonts */

/* Grain (primary) */
@font-face {
  font-family: "Grain";
  src: url("/fonts/GrainExtraBold-Regular.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Aeonik Fono (secondary) */

@font-face {
  font-family: "Aeonik Fono";
  src: url("/fonts/AeonikFono/AeonikFono-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Fono";
  src: url("/fonts/AeonikFono/AeonikFonoMedium-Regular.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Fono";
  src: url("/fonts/AeonikFono/AeonikFono-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Aeonik (tertiary) */
@font-face {
  font-family: "Aeonik";
  src: url("/fonts/Aeonik/AeonikLight-Regular.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik";
  src: url("/fonts/Aeonik/Aeonik-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik";
  src: url("/fonts/Aeonik/AeonikMedium-Regular.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik";
  src: url("/fonts/Aeonik/Aeonik-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-primary: "Grain";
  --font-secondary: "Aeonik Fono";
  --font-tertiary: "Aeonik";
}
