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

a {
    color: #f9cb4b;
}

/* ----- COLORS ----- */
.ColorRed { color: #e04646 !important; }
.ColorGreen { color: #28c158 !important; }
.ColorYellow { color: #f9cb4b !important; }
.ColorOrange { color: #ff9000 !important; }
.ColorGrey { color: rgba(255,255,255,0.4) !important; }
