/* Local Google Fonts - Self-hosted */

/* Roboto - 300 Light */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./roboto/roboto-300.woff2') format('woff2'),
       url('./roboto/roboto-300.woff') format('woff');
}

/* Roboto - 400 Regular */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./roboto/roboto-400.woff2') format('woff2'),
       url('./roboto/roboto-400.woff') format('woff');
}

/* Roboto - 500 Medium */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./roboto/roboto-500.woff2') format('woff2'),
       url('./roboto/roboto-500.woff') format('woff');
}

/* Poppins - 300 Light */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./poppins/poppins-300.woff2') format('woff2'),
       url('./poppins/poppins-300.woff') format('woff');
}

/* Poppins - 400 Regular */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./poppins/poppins-400.woff2') format('woff2'),
       url('./poppins/poppins-400.woff') format('woff');
}

/* Poppins - 500 Medium */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./poppins/poppins-500.woff2') format('woff2'),
       url('./poppins/poppins-500.woff') format('woff');
}

/* The 'Material Icons Outlined' face and its .material-icons-outlined class used to be declared
   here, but nothing in the app referenced either - every icon goes through <mat-icon>, which uses
   the filled .material-icons class. The unused woff2 was still being copied into the deploy.
   src/assets/fonts/material-icons/ can be deleted once this has been confirmed in production. */