/* Fonts */


/* DIN */
@font-face {
  font-family: "Din";
  src:
    local("Din"),
    url("../fonts/Din Neuzeit Condensed.otf");
}



/* Trueno */
@font-face {
  font-family: "tru-bold";
  src:
    local("tru-bold"),
    url("../fonts/trueno/bold.otf");
}

@font-face {
  font-family: "tru-reg";
  src:
    local("tru-reg"),
    url("../fonts/trueno/reg.otf");
}

@font-face {
  font-family: "tru-skinny";
  src:
    local("tru-skinny"),
    url("../fonts/trueno/skinny.otf");
}

@font-face {
  font-family: "tru-light";
  src:
    local("tru-light"),
    url("../fonts/trueno/light.otf");
}


@font-face {
  font-family: "tru-outline";
  src:
    local("tru-outline"),
    url("../fonts/trueno/outline.otf");
}

@font-face {
  font-family: "tru-semi";
  src:
    local("tru-semi"),
    url("../fonts/trueno/semi-bold.otf");
}








/* Open Sans */
@font-face {
  font-family: "open-reg";
  src:
    local("open-reg"),
    url("../fonts/open-sans/regular.ttf");
}

@font-face {
  font-family: "open-light";
  src:
    local("open-light"),
    url("../fonts/open-sans/light.ttf");
}


@font-face {
  font-family: "open-bold";
  src:
    local("open-bold"),
    url("../fonts/open-sans/bold.ttf");
}

@font-face {
  font-family: "open-semi";
  src:
    local("tru-semi"),
    url("../fonts/open-sans/semi-bold.ttf");
}




/* mighty souly */
@font-face {
  font-family: "mighty";
  src:
    local("mighty"),
    url("../fonts/MightySouly.ttf");
}
