/* Quicksand Font - Self-hosted */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('./Quicksand-Variable.ttf') format('truetype');
}

/* Raleway Font - Self-hosted */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('./Raleway-Variable.ttf') format('truetype');
}
