@font-face {
  font-family: Ronda-Bold;
  font-style: bold;
  src: url("/assets/fonts/RondaBold/RondaBold.woff2");
}

@font-face {
  font-family: Ronda;
  font-style: normal;
  src: url("/assets/fonts/RondaRegular/RondaRegular.woff2");
}

html{
	font-family: Courier,monospace;
}
body{
padding: 2%;
}
h1 {
  font-family: Ronda-Bold, serif;
color: tomato;
}
h2 {
  font-family: Ronda, serif;
  color: yellowgreen;
}



h1 {
  font-size: calc(12px +5.9vw);
}
h2 {
  font-size: calc(12px +2.0vw;
}
p {
  .font-size: 2vmin;
	font-size: calc(12px + 0.5vw);  
}