/*--------------------------------------------------------------
# SMSE Fonts
--------------------------------------------------------------*/

@font-face {
    font-family: 'Cinzel';
         src: url('Cinzel-Regular-webfont.woff') format('woff'),
         src: url('Cinzel-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cinzel-bold';
         src: url('Cinzel-Bold-webfont.woff') format('woff'),
         src: url('Cinzel-Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cinzel-black';
         src: url('Cinzel-Black-webfont.woff') format('woff'),
         src: url('Cinzel-Black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Questrial';
         src: url('Questrial-Regular.woff') format('woff'),
         src: url('Questrial-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Anton';
         src: url('Anton-Regular.woff') format('woff'),
         src: url('Anton-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}