/* 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');
}

/* Material Icons Outlined */
@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('./material-icons/material-icons-outlined.woff2') format('woff2'),
       url('./material-icons/material-icons-outlined.woff') format('woff');
}

.material-icons-outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}