/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@font-face {
  font-family: "EurostileExtended-Black";
  src: url("./fonts/EurostileExtendedBlack.eot"); /* IE9 Compat Modes */
  src: url("./fonts/EurostileExtendedBlack.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/EurostileExtendedBlack.otf") format("opentype"), /* Open Type Font */
    url("./fonts/EurostileExtendedBlack.svg") format("svg"), /* Legacy iOS */
    url("./fonts/EurostileExtendedBlack.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/EurostileExtendedBlack.woff") format("woff"), /* Modern Browsers */
    url("./fonts/EurostileExtendedBlack.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "EurostileRegular";
  src: url("./fonts/regular/eurostile.eot"); /* IE9 Compat Modes */
  src: url("./fonts/regular/eurostile.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/regular/eurostile.otf") format("opentype"), /* Open Type Font */
    url("./fonts/regular/eurostile.svg") format("svg"), /* Legacy iOS */
    url("./fonts/regular/eurostile.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/regular/eurostile.woff") format("woff"), /* Modern Browsers */
    url("./fonts/regular/eurostile.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}