/* Roboto Semi-Bold (600) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./roboto-600.ttf') format('truetype');
}

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

/* Vollkorn Regular (400) */
@font-face {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./vollkorn-400.ttf') format('truetype');
}
