@font-face {
  font-family: 'Riegraf-Italic';
  src: url('fonts/Riegraf-Italic.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('/fonts/Riegraf-Italic.woff') format('woff');
    /* Pretty Modern Browsers */

}

@font-face {
  font-family: 'Riegla-Regular';
  src: url('fonts/Riegla-Regular.woff2') format('woff2'),
    /* Pretty Modern Browsers */
    url('/fonts/Riegla-Regular.woff') format('woff');
    /* Super Modern Browsers */
}

@font-face {
  font-family: 'Riegla-Bold';
  src: url('fonts/Riegla-Bold.woff2') format('woff2'),
    /* Pretty Modern Browsers */
    url('/fonts/Riegla-Bold.woff') format('woff');
    /* Super Modern Browsers */
}