/* Self-hosted variable fonts — latin subset, woff2. kauhaus.co
   Big Shoulders Display = display / headlines / wordmark · Space Grotesk = UI / body */
@font-face{
  font-family:'Big Shoulders Display';
  font-style:normal; font-weight:100 900; font-display:swap;
  src:url('./bigshoulders.woff2') format('woff2');
}
@font-face{
  font-family:'Space Grotesk';
  font-style:normal; font-weight:300 700; font-display:swap;
  src:url('./spacegrotesk.woff2') format('woff2');
}
