/* Local self-hosted Roboto font family */

*, *::before, *::after {
  font-family: 'Roboto', sans-serif;
}

/* Roboto Weight 300 (normal) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/roboto-300-normal.woff2') format('woff2');
}

/* Roboto Weight 400 (normal) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/roboto-400-normal.woff2') format('woff2');
}

/* Roboto Weight 500 (normal) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/roboto-500-normal.woff2') format('woff2');
}

/* Roboto Weight 700 (normal) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/roboto-700-normal.woff2') format('woff2');
}

/* Roboto Weight 900 (normal) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/roboto-900-normal.woff2') format('woff2');
}


