@font-face{
  font-family: Ribes;
  src:url(fonts/Ribes-Regular.woff2) format("woff2"),
      url(fonts/Ribes-Regular.woff) format("woff")
}

@font-face{
  font-family: Ribes;
  src:url(fonts/Ribes-Black.woff2) format("woff2"),
      url(fonts/Ribes-Black.woff2) format("woff");
  font-weight: bold;
}

h1 {
  font-family: Ribes, Arial, Helvetica, sans-serif;
}