/* Pergola Brixton theme fonts */

/* Akira */
@font-face {
  font-family: "Akira";
  src: url("/fonts/pergolabrixton/AkiraExpanded-SuperBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Maison Neue */
@font-face {
  font-family: "Maison Neue";
  src: url("/fonts/pergola/MaisonNeue-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maison Neue";
  src: url("/fonts/pergola/MaisonNeue-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maison Neue";
  src: url("/fonts/pergola/MaisonNeue-DemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maison Neue";
  src: url("/fonts/pergola/MaisonNeue-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maison Neue";
  src: url("/fonts/pergola/MaisonNeue-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-primary: "Akira";
  --font-secondary: "Maison Neue";
  --font-tertiary: var(--font-secondary);
}
