/* .............................................................................
FONTS

Brandon Grotesque -- Adobe Fonts (Typekit)
Medium : 500
Bold : 700

Playfair Display -- Adobe Fonts (Typekit)
Regular : 400
Bold : 700
............................................................................. */

@font-face {
    font-family: roboto;
    src: url(../../fonts/Roboto-Light.ttf);
    font-weight: 400;
}

@font-face {
    font-family: roboto;
    src: url(../../fonts/Roboto-Black.ttf);
    font-weight: 700;
}

html, body, button, input, select, textarea
{
    font-family: "roboto", sans-serif;
    font-weight: 400;
}

.altFont,
.btn,
.btnNumber,
.btnStroke,
.formSelect, .formSelectSimili
{
	font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
}

strong, .strong {font-weight:700;}