/* Quicksand */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/quicksand/quicksand-v36-latin-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/quicksand/quicksand-v36-latin-500.ttf') format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/quicksand/quicksand-v36-latin-700.ttf') format('truetype');
}

/* Cascadia Code */
@font-face {
  font-family: 'CaskaydiaMono Nerd Font';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/cascadia-code/CaskaydiaMonoNerdFont-ExtraLight.ttf') format('truetype');
}