/* Local Google Fonts - Self-hosted versions
   Download from: https://fonts.google.com/ and place in fonts/ directory
   
   Files needed:
   - fonts/Outfit-400.woff2
   - fonts/Outfit-500.woff2
   - fonts/Outfit-600.woff2
   - fonts/Outfit-700.woff2
   - fonts/Switzer-400.woff2
   - fonts/Switzer-500.woff2
   - fonts/Switzer-600.woff2
   - fonts/Geist-Mono-400.woff2
   - fonts/Geist-Mono-500.woff2
*/

@font-face {
  font-family: 'Outfit';
  src: url('fonts/Outfit-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('fonts/Outfit-500.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('fonts/Outfit-600.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('fonts/Outfit-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('fonts/Switzer-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('fonts/Switzer-500.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('fonts/Switzer-600.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Geist Mono';
  src: url('fonts/Geist-Mono-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Geist Mono';
  src: url('fonts/Geist-Mono-500.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}
