/* quicksand-latin-wght-normal */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url(../../../../fonts/Quicksand-VariableFont_wght.woff2) format('woff2-variations');
}

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

:root {
	--font-primary: 'Quicksand', sans-serif;
	--font-secondary: 'Whisper', 'Quicksand', sans-serif;
}