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

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

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

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

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

@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('./fonts/MavenPro-Medium.woff2') format('woff2')
}
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url('./fonts/MavenPro-SemiBold.woff2') format('woff2')
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  src: url('./fonts/Material-Icons.woff2') format('woff2')
}