/* Fonts recovered from the original site (self-hosted woff2). */
@font-face {
  font-family: 'Futura'; font-weight: 400; font-style: normal; font-display: swap;
  src: url('../assets/fonts/futura-book.woff2') format('woff2');
}
@font-face {
  font-family: 'Futura'; font-weight: 500; font-style: normal; font-display: swap;
  src: url('../assets/fonts/futura-medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Futura'; font-weight: 700; font-style: normal; font-display: swap;
  src: url('../assets/fonts/futura-bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Univers Condensed'; font-weight: 400; font-style: normal; font-display: swap;
  src: url('../assets/fonts/univers-condensed.woff2') format('woff2');
}
@font-face {
  font-family: 'Univers Condensed'; font-weight: 700; font-style: normal; font-display: swap;
  src: url('../assets/fonts/univers-condensed-bold.woff2') format('woff2');
}

:root {
  --font-display: 'Futura', 'Helvetica Neue', Arial, sans-serif;
  --font-cond: 'Univers Condensed', 'Futura', Arial, sans-serif;
  --ink: #0a0a0a;
  --paper: #ffffff;
  --muted: #8a8a8a;
  --hairline: #d8d8d8;
}
