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