/* LOCAL FONTS */
@font-face {
    font-family: Exo2;
    src: url('../fonts/Exo2-Regular.otf');
}

body,
.exo2 {
    font-family: 'Exo2';
}

@font-face {
    font-family: Exo2Black;
    src: url('../fonts/Exo2-Bold.otf');
}

.exo2-black {
    font-family: 'Exo2Black';
    font-weight: 700;
}

@font-face {
    font-family: Exo2Bold;
    src: url('../fonts/Exo2-Bold.otf');
}
.exo2-bold { font-family: 'Exo2Bold'; }

@font-face {
	font-family: Exo2Light;
	src: url('../fonts/Exo2-Light.otf');
}
.exo2-light { font-family: 'Exo2Light'; }


@font-face {
	font-family: Exo2Thin;
	src: url('../fonts/Exo2-Thin.otf');
}
.exo2-thin { font-family: 'Exo2Thin'; }

@font-face {
	font-family: MonserratBold;
	src: url('../fonts/Monserrat-Bold.ttf');
}
.monserrat-bold { font-family: 'MonserratBold'; }

@font-face {
	font-family: Monserrat;
	src: url('../fonts/Monserrat-Regular.ttf');
}
.monserrat { font-family: 'Monserrat';;
}