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