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

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

@font-face {
  font-family: 'Font Awesome 6 Free';
  src: local('Font Awesome'), url('../fonts/fa-solid-900.woff2') format('woff2'),
    url('../fonts/fa-solid-900.ttf') format('ttf');
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
