@charset "utf-8";
/* CSS Document */


@font-face {
    font-family:'CORBEL';
    src: url('font/CORBEL.eot');
    src: url('font/CORBEL.eot') format('embedded-opentype'),
         url('font/CORBEL.woff2') format('woff2'),
         url('font/CORBEL.woff') format('woff'),
         url('font/CORBEL.ttf') format('truetype'),
         url('font/CORBEL.svg#CORBEL') format('svg');
	 font-display: swap;
}


@font-face {
    font-family:'CorbelItalic';
    src:url('font/CorbelItalic.eot');
    src: url('font/CorbelItalic.eot') format('embedded-opentype'),
         url('font/CorbelItalic.woff2') format('woff2'),
         url('font/CorbelItalic.woff') format('woff'),
         url('font/CorbelItalic.ttf') format('truetype'),
         url('font/CorbelItalic.svg#CorbelItalic') format('svg');
	 font-display: swap;
}


@font-face {
    font-family:'CorbelBoldItalic';
    src: url('font/CorbelBoldItalic.eot');
    src: url('font/CorbelBoldItalic.eot') format('embedded-opentype'),
         url('font/CorbelBoldItalic.woff2') format('woff2'),
         url('font/CorbelBoldItalic.woff') format('woff'),
         url('font/CorbelBoldItalic.ttf') format('truetype'),
         url('font/CorbelBoldItalic.svg#CorbelBoldItalic') format('svg');
	 font-display: swap;
}


@font-face {
    font-family:'CorbelBold';
    src: url('font/CorbelBold.eot');
    src: url('font/CorbelBold.eot') format('embedded-opentype'),
         url('font/CorbelBold.woff2') format('woff2'),
         url('font/CorbelBold.woff') format('woff'),
         url('font/CorbelBold.ttf') format('truetype'),
         url('font/CorbelBold.svg#CorbelBold') format('svg');
	 	font-display:swap;
}



body{font-family:'CORBEL'; font-size:22px; color:#5a5a5a;}
h1,h2,h3,h4,h5,h6{font-family:'CORBEL'; font-weight:bold;}

h1{font-size:56px;}
h2{font-size:28px; }
h3{font-size:36px; font-weight:600;}
h4{font-size:28px;}
h5{font-size:24px;}
h6{font-size:18px;}