@charset "utf-8";

@font-face {
    font-family: 'CallunaRegular';
    src: url('../js/font/calluna-regular-webfont.eot');
    src: url('../js/font/calluna-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../js/font/calluna-regular-webfont.woff') format('woff'),
         url('../js/font/calluna-regular-webfont.ttf') format('truetype'),
         url('../js/font/calluna-regular-webfont.svg#CallunaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CallunaSansRegular';
    src: url('../js/font/callunasansregular-webfont.eot');
    src: url('../js/font/callunasansregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../js/font/callunasansregular-webfont.woff') format('woff'),
         url('../js/font/callunasansregular-webfont.ttf') format('truetype'),
         url('../js/font/callunasansregular-webfont.svg#CallunaSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.CallunaRegular {
	font-family: 'CallunaRegular';
}

.CallunaSansRegular {
	font-family: 'CallunaSansRegular',sans-serif;
}

