/* Adobe Fonts (Brandon Grotesque) */
@import url("https://use.typekit.net/nwa0tey.css");

/* Google Fonts - Golos Text and Fragment Mono */
@import url("https://fonts.googleapis.com/css2?family=Fragment+Mono:ital@0;1&family=Golos+Text:wght@400;500;600;700;800;900&display=swap");

/* Aluminia Font */
@font-face {
  font-family: 'LfA Aluminia';
  src: url('../fonts/LfAAluminia/LfAAluminia-Roman.woff2') format('woff2'),
       url('../fonts/LfAAluminia/LfAAluminia-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LfA Aluminia';
  src: url('../fonts/LfAAluminia/LfAAluminia-Italic.woff2') format('woff2'),
       url('../fonts/LfAAluminia/LfAAluminia-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'LfA Aluminia Original';
  src: url('../fonts/LfAAluminia/LfAAluminiaOriginal-Roman.woff2') format('woff2'),
       url('../fonts/LfAAluminia/LfAAluminiaOriginal-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LfA Aluminia Original';
  src: url('../fonts/LfAAluminia/LfAAluminiaOriginal-Italic.woff2') format('woff2'),
       url('../fonts/LfAAluminia/LfAAluminiaOriginal-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/* Good Sans Font */
@font-face {
  font-family: 'Good Sans';
  src: url('../fonts/GoodSans/GoodSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Good Sans';
  src: url('../fonts/GoodSans/GoodSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Good Sans';
  src: url('../fonts/GoodSans/GoodSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Good Sans';
  src: url('../fonts/GoodSans/GoodSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Font Variables */
:root {
  --font-brandon: brandon-grotesque, sans-serif;
  --font-aluminia: 'LfA Aluminia', Georgia, serif;
  --font-aluminia-original: 'LfA Aluminia Original', Georgia, serif;
  --font-good-sans: 'Good Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  --font-golos: 'Golos Text', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  --font-fragment-mono: 'Fragment Mono', "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}