@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Slab:wght@300;400&display=swap');
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-VariableFont_wdth,wght.ttf);
  font-weight: normal;
}

html, body{
  font-family: 'Open Sans', 'Source Sans';
}
h1, h2, h3, h4, h5, h6, th, label{
  font-family: 'Roboto Condensed', sans-serif;
}