/**
 * Bushmans local fonts
 * Self-hosted Google Fonts for privacy and performance
 */

/* Homemade Apple - Script */
@font-face {
  font-family: 'Homemade Apple';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('homemade-apple.woff2') format('woff2');
}

/* Neuton - Display */
@font-face {
  font-family: 'Neuton';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('neuton-italic-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Neuton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('neuton-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Neuton';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('neuton-800.woff2') format('woff2');
}

/* Cormorant Garamond - Body */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('cormorant-garamond-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('cormorant-garamond.woff2') format('woff2');
}

/* Inter - UI */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('inter.woff2') format('woff2');
}

/* Playfair Display - Display Alt */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('playfair-display.woff2') format('woff2');
}
