
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
@font-face {
    font-family: 'basic_sansregular';
    src: url('../../fonts/basicsans-regular-webfont.eot');
    src: url('../../fonts/basicsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/basicsans-regular-webfont.woff2') format('woff2'),
         url('../../fonts/basicsans-regular-webfont.woff') format('woff'),
         url('../../fonts/basicsans-regular-webfont.ttf') format('truetype'),
         url('../../fonts/basicsans-regular-webfont.svg#basic_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'minion-pro-regular';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/MinionPro-Regular.woff') format('woff');
    }

/* Typography
--------------------------------------------- */

body {
	font-family: 'basic_sansregular';
	font-weight: normal;
}
label {
	font-weight: 600;
}