/* Theme webfonts. Loaded automatically from index.php when /thema/fonts/ exists.

   Plaats Maiandra GD en Britti Sans Trial als .woff2/.woff in deze map.
   Inter, Caveat, Metrophobic en Poppins komen ook via Google Fonts.
*/

@font-face {
  font-family: 'Maiandra GD';
  src: local('Maiandra GD Demi Bold'), local('Maiandra GD'),
    url('/thema/fonts/MaiandraGD-DemiBold.woff2') format('woff2'),
    url('/thema/fonts/MaiandraGD-DemiBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Caveat';
  src: local('Caveat Bold'),
    url('/thema/fonts/Caveat-Bold.woff2') format('woff2'),
    url('/thema/fonts/Caveat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metrophobic';
  src: local('Metrophobic'),
    url('/thema/fonts/Metrophobic.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Britti Sans Trial';
  src: local('Britti Sans Trial'),
    url('/thema/fonts/BrittiSansTrial.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: local('Inter Light'), local('Inter'),
    url('/thema/fonts/Inter-Light.woff2') format('woff2'),
    url('/thema/fonts/Inter-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: local('Inter Regular'), local('Inter'),
    url('/thema/fonts/Inter-Regular.woff2') format('woff2'),
    url('/thema/fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: local('Inter Bold'),
    url('/thema/fonts/Inter-Bold.woff2') format('woff2'),
    url('/thema/fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
