<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------------------

Primary style

-------------------------------- */
@font-face{
  font-family:"Avenir-Black";
  src: url("Avenir-Black.woff") format("woff"),
       url("Avenir-Black.ttf") format("truetype"),
       url("Avenir-Black.eot") format("eot");
}

@font-face{
  font-family:"Avenir-Book";
  src: url("Avenir-Book.woff") format("woff"),
       url("Avenir-Book.ttf") format("truetype"),
       url("Avenir-Book.eot") format("eot");
}

@font-face{
  font-family:"Avenir-Light";
  src: url("Avenir-Light.woff") format("woff"),
       url("Avenir-Light.ttf") format("truetype"),
       url("Avenir-Light.eot") format("eot");
}
</pre></body></html>