@charset "utf-8";
/* Fonts */

/* Montserrat */
/**/
/* Regular */
@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Regular.otf');
    font-weight: normal;
	font-style: normal;
}

/* Thin */
@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Thin.otf');
    font-weight: 100;
	font-style: normal;
}
/* Light */
@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Light.otf');
    font-weight: 300;
	font-style: normal;
}

/* Bold */
@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Medium.otf');
    font-weight: 500;
	font-style: normal;
}

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-SemiBold.otf');
    font-weight: 700;
	font-style: normal;
}

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Black.otf');
    font-weight: 900;
	font-style: normal;
}
/*Hagin - LOGO*/
@font-face {
    font-family: 'logo';
    src: url('../fonts/hagin_caps_medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
