@font-face
{
  font-family: 'StormTypeRegula';
  src: url('./regula.eot'            );
  src: url('./regula.eot?#iefix'     ) format('embedded-opentype'),
       url('./regula.woff2'          ) format('woff2'            ),
       url('./regula.woff'           ) format('woff'             ),
       url('./regula.ttf'            ) format('truetype'         ),
       url('./regula.otf'            ) format('opentype'         );
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face
{
  font-family: 'StormTypeRegula';
  src: url('./regula.bold.woff2'          ) format('woff2'            ),
       url('./regula.bold.woff'           ) format('woff'             ),
       url('./regula.bold.ttf'            ) format('truetype'         );
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}

@font-face
{
  font-family: 'StormTypeRegula';
  src: url('./regula.italic.woff2'          ) format('woff2'            ),
       url('./regula.italic.woff'           ) format('woff'             ),
       url('./regula.italic.ttf'            ) format('truetype'         );
  font-weight: normal;
  font-style: italic;
  font-display: fallback;
}

@font-face
{
  font-family: 'UrzaGaramond';
  src: url('./garamond.woff2') format('woff2'),
  font-display: fallback;
}

@font-face
{
  font-family: 'EBGaramond';
  src: url('./garamond.eb.woff2') format ('woff2');
  font-display: fallback;
}