
/* lemon milk font */
@font-face {
  font-family: "lemon/milk";
  font-style: normal;
  font-weight: 400;
  src: local("Lemon/Milk"),
    url(../fonts/lemon_milk/LemonMilk.woff) format("woff");
}
@font-face {
  font-family: "lemon/milk";
  font-style: italic;
  font-weight: 400;
  src: local("Lemon/Milk"),
    url(../fonts/lemon_milk/LemonMilkitalic.woff) format("woff");
}
@font-face {
  font-family: "lemon/milk";
  font-style: italic;
  font-weight: 300;
  src: local("Lemon/Milk"),
    url(../fonts/lemon_milk/LemonMilklightitalic.woff)
      format("woff");
}
@font-face {
  font-family: "lemon/milk";
  font-style: normal;
  font-weight: 700;
  src: local("Lemon/Milk"),
    url(../fonts/lemon_milk/LemonMilkbold.woff) format("woff");
}
@font-face {
  font-family: "lemon/milk";
  font-style: italic;
  font-weight: 700;
  src: local("Lemon/Milk"),
    url(../fonts/lemon_milk/LemonMilkbolditalic.woff)
      format("woff");
}
@font-face {
  font-family: "lemon/milk light";
  font-style: normal;
  font-weight: 300;
  src: local("Lemon/Milk light"),
    url(../fonts/lemon_milk/LemonMilklight.woff) format("woff");
}


/* gotham font */
@font-face {
  font-family: "GothamBook";
  font-style: normal;
  font-weight: 300;
  src: local("Gotham"),
    url(../fonts/gotham/GothamBook.woff) format("woff");
}

@font-face {
  font-family: "GothamMedium";
  font-style: normal;
  font-weight: 300;
  src: local("Gotham"),
    url(../fonts/gotham/GothamMedium.woff) format("woff");
}

@font-face {
  font-family: "GothamLight";
  font-style: normal;
  font-weight: 300;
  src: local("Gotham"),
    url(../fonts/gotham/Gotham-Light.woff) format("woff");
}

@font-face {
  font-family: "GothamBold";
  font-style: normal;
  font-weight: 300;
  src: local("Gotham"),
    url(../fonts/gotham/Gotham-Bold.woff) format("woff");
}
/* din font */
@font-face {
  font-family: "DIN_Black";
  font-style: normal;
  font-weight: 300;
  src: local("DIN"),
    url(../fonts/din/DIN-Black.woff) format("woff");
}

@font-face {
  font-family: "DIN";
  font-style: normal;
  font-weight: 300;
  src: local("DIN"),
    url(../fonts/din/DIN.woff) format("woff");
}

@font-face {
  font-family: "DIN_Medium";
  font-style: normal;
  font-weight: 300;
  src: local("DIN"),
    url(../fonts/din/DIN-Medium_1.woff) format("woff");
}

@font-face {
  font-family: "DIN_Bold";
  font-style: normal;
  font-weight: 300;
  src: local("DIN"),
    url(../fonts/din/DIN-Bold_1.woff) format("woff");
}

@font-face {
  font-family: "DIN_Light";
  font-style: normal;
  font-weight: 300;
  src: local("DIN"),
    url(../fonts/din/DIN-Light.woff) format("woff");
}

@font-face {
  font-family: "DINNextLTPro-Light";
  font-style: normal;
  font-weight: 300;
  src: local("DIN"),
    url(../fonts/din/DINNextLTPro-Light.woff) format("woff");
}
/* contax sans font */

@font-face {
  font-family: "Contax Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Contax Sans"),
    url(../fonts/contax-sans/ContaxSans55-Regular.woff) format("woff");
}