@charset "utf-8";

/* ======================================= Icomoon Font ======================================= */

@font-face {
  font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?l2j9cu');
    src:url('../fonts/icomoon.eot?l2j9cu#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?l2j9cu') format('truetype'),
        url('../fonts/icomoon.woff?l2j9cu') format('woff'),
        url('../fonts/icomoon.svg?l2j9cu#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ======================================= GothamPro Font ======================================= */

@font-face {
	font-family: 'Kelson';
	src: url('../fonts/KelsonSansRURegular.eot');
    src: url('../fonts/KelsonSansRURegular.ttf') format('truetype');

    font-weight: 400;
    font-style: normal;
}

@font-face {
	font-family: 'KelsonLight';
	src: url('../fonts/KelsonSansRULight.eot');
    src: url('../fonts/KelsonSansRULight.ttf') format('truetype');

    font-weight: 300;
    font-style: normal;
}

