/*
  Custom fonts for Divi / WordPress
  - TWK Lausanne (300, 800)
  - BRRR Skrrt (400)

  NOTE: The font-family names here MUST match the keys registered via the et_websafe_fonts filter
  so that Divi applies the correct font.
*/

@font-face {
  font-family: 'TWK Lausanne';
  src:
    url('fonts/TWKLausanne-300.woff2') format('woff2'),
    url('fonts/TWKLausanne-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TWK Lausanne';
  src:
    url('fonts/TWKLausanne-800.woff2') format('woff2'),
    url('fonts/TWKLausanne-800.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BRRR Skrrt';
  src:
    url('fonts/BRRR-Skrrt-WebXL.woff2') format('woff2'),
    url('fonts/BRRR-Skrrt-WebXL.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
