/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3b4ec6");

@font-face {
  src: url("/fonts/RotationLTStd-Roman/font.eot");
  font-family: "RotationLTStd-Roman";
  src: url("/fonts/RotationLTStd-Roman/font.woff2") format("woff2"),
    url("/fonts/RotationLTStd-Roman/font.woff") format("woff"),
    url("/fonts/RotationLTStd-Roman/font.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/RotationLTStd-Roman/font.ttf") format("truetype");
}
@font-face {
  src: url("/fonts/RotationLTStd-Italic/font.eot");
  font-family: "RotationLTStd-Italic";
  src: url("/fonts/RotationLTStd-Italic/font.woff2") format("woff2"),
    url("/fonts/RotationLTStd-Italic/font.woff") format("woff"),
    url("/fonts/RotationLTStd-Italic/font.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/RotationLTStd-Italic/font.ttf") format("truetype");
}
