/* Self-hosted fonts for Lakes Area Undercoating */

/* Alfa Slab One - Regular */
@font-face {
  font-family: 'Alfa Slab One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/Alfa_Slab_One/AlfaSlabOne-Regular.ttf') format('truetype');
}

/* Alumni Sans Collegiate One - Regular */
@font-face {
  font-family: 'Alumni Sans Collegiate One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/Alumni_Sans_Collegiate_One/AlumniSansCollegiateOne-Regular.ttf') format('truetype');
}

/* Roboto - Regular (400) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/Roboto/static/Roboto-Regular.ttf') format('truetype');
}

/* Roboto - Bold (700) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./fonts/Roboto/static/Roboto-Bold.ttf') format('truetype');
}