@font-face {
  font-family: 'oswald';
  src: url('./assets/web-fonts/oswald/Oswald-Regular.ttf') format('truetype');
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'oswald';
  src: url('./assets/web-fonts/oswald/Oswald-SemiBold.ttf') format('truetype');
  font-display: auto;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'roboto-flex';
  src: url('./assets/web-fonts/roboto-flex/roboto-flex.woff2') format('woff2-variations');
  font-display: auto;
  font-style: oblique 0deg 10deg;
  font-weight: 200 900;
  font-stretch: 1% 500%;
}
