@font-face {
    font-family: "Ogg Regular";
    src: url("/static/fonts/OggRegular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "Ogg Bold Italic";
    src: url("/static/fonts/OggBoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
  }

  @font-face {
    font-family: "Ogg Light";
    src: url("/static/fonts/OggLight.ttf") format("truetype");
    font-weight: lighter;
    font-style: normal;
  }

  @font-face {
    font-family: "Ogg Medium";
    src: url("/static/fonts/OggMedium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "Helvetica oblique";
    src: url("/static/fonts/helvetica_oblique.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "Helvetica light";
    src: url("/static/fonts/helvetica_light.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "Proxima Nova";
    src: url("/static/fonts/proximanovapro_black.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
  }
