/*
 * Self-hosted font declarations for the SAVI theme.
 * Keep this file lean and only declare font faces that are actually used on the front end.
 */

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

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

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