@charset "UTF-8";

@font-face {
    font-family: 'M-Light';
    src: url('../css/fonts/Outfit-Light.eot');
    src: url('../css/fonts/Outfit-Light.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/Outfit-Light.woff2') format('woff2'),
        url('../css/fonts/Outfit-Light.woff') format('woff'),
        url('../css/fonts/Outfit-Light.ttf') format('truetype'),
        url('../css/fonts/Outfit-Light.svg#Outfit-Light') format('svg');
    font-weight: 100;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'M-Bold';
    src: url('../css/fonts/Outfit-Bold.eot');
    src: url('../css/fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/Outfit-Bold.woff2') format('woff2'),
        url('../css/fonts/Outfit-Bold.woff') format('woff'),
        url('../css/fonts/Outfit-Bold.ttf') format('truetype'),
        url('../css/fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'M-Regular';
    src: url('../css/fonts/Outfit-SemiBold.eot');
    src: url('../css/fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../css/fonts/Outfit-SemiBold.woff') format('woff'),
        url('../css/fonts/Outfit-SemiBold.ttf') format('truetype'),
        url('../css/fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

/* STANDARD */

h1{
	font-family: M-Bold, Arial, Helvetica, sans-serif !important;
    font-size: 1.6rem;
	font-weight:normal;
	line-height:100%;
	letter-spacing:-1px;
	text-decoration:none;
}

h2{
	font-family: M-Light, Arial, Helvetica, sans-serif !important;
    font-size:1.4rem;
	font-weight:normal;
	line-height:100%;
	text-decoration:none;
}

/* CUSTOM */

.b-regular{
    font-family: M-Light, Arial, Helvetica, sans-serif;
	font-size:1rem;
	font-weight:normal;
	line-height:175% !important;
	text-decoration:none;
    margin-bottom:0.5rem;
}


.b-bold{
    font-family: M-Regular, Arial, Helvetica, sans-serif;
	font-size:1rem;
	font-weight:normal;
	line-height:175% !important;
	text-decoration:none;
    margin-bottom:0.5rem;
}


