@charset "utf-8";

/*-------------------------------------------------*/
/* IMPORATION POLICES google                       */
/*-------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,400,500,600,700);

/*-------------------------------------------------*/
/* IMPORATION POLICES TITILLIUM                    */
/* https://www.cufonfonts.com/font/titillium       */
/*-------------------------------------------------*/
@font-face {
    font-family: 'Titillium Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Titillium Regular'), url('../include/fonts/Titillium/Titillium-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Titillium Bold';
    font-style: normal;
    font-weight: normal;
	src: local('Titillium Bold'), url('../include/fonts/Titillium/Titillium-Bold.woff') format('woff');
}

/*-------------------------------------------------*/
/* IMPORATION POLICES NUNITO                       */
/* https://www.cufonfonts.com/font/nunito          */
/*-------------------------------------------------*/
@font-face {
    font-family: 'Nunito Regular';
    font-style: normal;
    font-weight: normal;
	src: local('Nunito Regular'), url('../include/fonts/Nunito/Nunito-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Nunito SemiBold';
    font-style: normal;
    font-weight: normal;
	src: local('Nunito SemiBold'), url('../include/fonts/Nunito/Nunito-SemiBold.woff') format('woff');
}
