@charset "utf-8";
/* CSS Document */

/* --- Calibri Font ----------------------------------------------------------------------- */

@font-face{
	font-family:'Calibri';
	src:url(../fonts/calibri/calibri.woff) format('woff'), url(../fonts/calibri/calibri.woff2) format('woff2'), url(../fonts/calibri/calibri.ttf) format('truetype');
}

@font-face{
	font-family:'Calibri';
	src:url(../fonts/calibri/calibrib.woff) format('woff'), url(../fonts/calibri/calibrib.woff2) format('woff2'), url(../fonts/calibri/calibrib.ttf) format('truetype');
	font-weight: bold;
}


/* --- Poppins Font ----------------------------------------------------------------------- */

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Light.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Light.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-LightItalic.woff2') format('woff2'),
        url('./fonts/poppins/Poppins-LightItalic.woff') format('woff');
    font-weight: lighter;
    font-style:italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('..fonts/poppins/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

h1 {
	font-size: 28px;
	font-weight: 300;
}

h2 {
    font-size: 22px;
    line-height: 24px;
}