@charset "UTF-8";

@font-face {
    font-family: 'CMU Serif';
    src: url('../fonts/CMUSerif-Bold.eot');
    src: url('../fonts/CMUSerif-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CMUSerif-Bold.woff2') format('woff2'),
    url('../fonts/CMUSerif-Bold.woff') format('woff'),
    url('../fonts/CMUSerif-Bold.ttf') format('truetype'),
    url('../fonts/CMUSerif-Bold.svg#CMUSerif-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeueBold.eot');
    src: url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeueBold.woff2') format('woff2'),
    url('../fonts/BebasNeueBold.woff') format('woff'),
    url('../fonts/BebasNeueBold.ttf') format('truetype'),
    url('../fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'CMU Serif';
    src: url('../fonts/CMUSerif-Roman.eot');
    src: url('../fonts/CMUSerif-Roman.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CMUSerif-Roman.woff2') format('woff2'),
    url('../fonts/CMUSerif-Roman.woff') format('woff'),
    url('../fonts/CMUSerif-Roman.ttf') format('truetype'),
    url('../fonts/CMUSerif-Roman.svg#CMUSerif-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeueRegular.eot');
    src: url('../fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeueRegular.woff2') format('woff2'),
    url('../fonts/BebasNeueRegular.woff') format('woff'),
    url('../fonts/BebasNeueRegular.ttf') format('truetype'),
    url('../fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glacial Indifference';
    src: url('../fonts/GlacialIndifference-Bold.eot');
    src: url('../fonts/GlacialIndifference-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GlacialIndifference-Bold.woff2') format('woff2'),
    url('../fonts/GlacialIndifference-Bold.woff') format('woff'),
    url('../fonts/GlacialIndifference-Bold.ttf') format('truetype'),
    url('../fonts/GlacialIndifference-Bold.svg#GlacialIndifference-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Glacial Indifference';
    src: url('../fonts/GlacialIndifference-Regular.eot');
    src: url('../fonts/GlacialIndifference-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GlacialIndifference-Regular.woff2') format('woff2'),
    url('../fonts/GlacialIndifference-Regular.woff') format('woff'),
    url('../fonts/GlacialIndifference-Regular.ttf') format('truetype'),
    url('../fonts/GlacialIndifference-Regular.svg#GlacialIndifference-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "the-good-guyz";
    src:url("../fonts/the-good-guyz.eot");
    src:url("../fonts/the-good-guyz.eot?#iefix") format("embedded-opentype"),
    url("../fonts/the-good-guyz.woff") format("woff"),
    url("../fonts/the-good-guyz.ttf") format("truetype"),
    url("../fonts/the-good-guyz.svg#the-good-guyz") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "the-good-guyz" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "the-good-guyz" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
    content: "\61";
}
.icon-facebook:before {
    content: "\62";
}
.icon-linkedin:before {
    content: "\63";
}
.icon-youtube:before {
    content: "\64";
}
.icon-instagram:before {
    content: "\65";
}
.icon-pinterest:before {
    content: "\66";
}
.icon-whatsapp:before {
    content: "\67";
}
