:root {
  --font-heading: 'Cardo', serif;
  --font-body: 'Work Sans', sans-serif;
}

@font-face {
  font-family: 'Cardo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/oakville-skin/Cardo-400.woff2) format('woff2');
}

@font-face {
  font-family: 'Cardo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/oakville-skin/Cardo-700.woff2) format('woff2');
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/oakville-skin/Work-Sans-100-900.woff2) format('woff2');
}