
/*!
Theme Name: Weddenopvoetbal Child
Theme URI: https://www.weddenopvoetbal.nl
Description: Weddenopvoetbal.nl theme by VGN
Author: STProducties BV
Author URI: https://www.weddenopvoetbal.nl
Template: weddenopvoetbal
Version: 1.0.1
Text Domain: weddenopvoetbal
*/

/* --- INTER --- */

/* Inter Regular (400) */
@font-face {
  font-family: 'Inter';
  src: url('fonts/inter-v18-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Inter Semi Bold (600) */
@font-face {
  font-family: 'Inter';
  src: url('fonts/inter-v18-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Inter Bold (700) */
@font-face {
  font-family: 'Inter';
  src: url('fonts/inter-v18-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Inter Extra Bold (800) */
@font-face {
  font-family: 'Inter';
  src: url('fonts/inter-v18-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* --- BARLOW --- */

/* Barlow Regular (400) */
@font-face {
  font-family: 'Barlow';
  src: url('fonts/barlow-v12-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Barlow Bold (700) */
@font-face {
  font-family: 'Barlow';
  src: url('fonts/barlow-v12-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Barlow Extra Bold (800) */
@font-face {
  font-family: 'Barlow';
  src: url('fonts/barlow-v12-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* --- FONT TOEPASSINGEN --- */
body {
  font-family: 'Inter', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Barlow', sans-serif !important;
}