@charset "utf-8";


@font-face {
    font-family: 'Amaranth Regular';
    src: url('font/Amaranth-Regular.woff2') format('woff2'),
        url('font/Amaranth-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded Bold';
    src: url('font/GothamRounded-Bold.woff2') format('woff2'),
        url('font/GothamRounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Black';
    src: url('font/Lato-Black.woff2') format('woff2'),
        url('font/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Bold';
    src: url('font/Lato-Bold.woff2') format('woff2'),
        url('font/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato LightItalic';
    src: url('font/Lato-LightItalic.woff2') format('woff2'),
        url('font/Lato-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Lato Regular';
    src: url('font/Lato-Regular.woff2') format('woff2'),
        url('font/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Light';
    src: url('font/Lato-Light.woff2') format('woff2'),
        url('font/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NoirStd SemiBold';
    src: url('font/NoirStd-SemiBold.woff2') format('woff2'),
        url('font/NoirStd-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'NoirStd Bold';
    src: url('font/NoirStd-Bold.woff2') format('woff2'),
        url('font/NoirStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu BoldItalic';
    src: url('font/Ubuntu-BoldItalic.woff2') format('woff2'),
        url('font/Ubuntu-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu Regular';
    src: url('font/Ubuntu-Regular.woff2') format('woff2'),
        url('font/Ubuntu-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu Italic';
    src: url('font/Ubuntu-Italic.woff2') format('woff2'),
        url('font/Ubuntu-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu Medium';
    src: url('font/Ubuntu-Medium.woff2') format('woff2'),
        url('font/Ubuntu-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu Bold';
    src: url('font/Ubuntu-Bold.woff2') format('woff2'),
        url('font/Ubuntu-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.e_amaranth { font-family: 'Amaranth Regular'; }
.e_gothan { font-family: 'Gotham Rounded Bold'; }
.e_lato_bk { font-family: 'Lato Black'; }
.e_lato_b { font-family: 'Lato Bold'; }
.e_lato_li { font-family: 'Lato LightItalic'; }
.e_lato_r { font-family: 'Lato Regular'; }
.e_lato_l { font-family: 'Lato Light'; }
.e_noir_sb { font-family: 'NoirStd SemiBold'; }
.e_noir_b { font-family: 'NoirStd Bold'; }
.e_ubuntu_bi { font-family: 'Ubuntu BoldItalic'; }
.e_ubuntu_r { font-family: 'Ubuntu Regular'; }
.e_ubuntu_i { font-family: 'Ubuntu Italic'; }
.e_ubuntu_m { font-family: 'Ubuntu Medium'; }
.e_ubuntu_b { font-family: 'Ubuntu Bold'; }



