@charset "UTF-8";

@font-face {
    font-family: "marlboro";
  src: url("marlboro.woff2") format("woff2"),
       url("marlboro.woff") format("woff"),
       url("marlboro.ttf") format("truetype"),
       url("marlboro.eot") format("embedded-opentype"),
       url("marlboro.svg") format("svg"),
       url("marlboro.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}