@font-face {
    font-family: 'Archer';
    src: url('fonts/archer-bold-pro-webfont.woff2') format('woff2'),
        url('fonts/archer-bold-pro-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Charter';
    src: url('fonts/charter-black-06-webfont.woff2') format('woff2'),
        url('fonts/charter-black-06-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Charter';
    src: url('fonts/charter-blackitalic-05-webfont.woff2') format('woff2'),
        url('fonts/charter-blackitalic-05-webfont.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Charter';
    src: url('fonts/charter-bold-04-webfont.woff2') format('woff2'),
        url('fonts/charter-bold-04-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Charter';
    src: url('fonts/charter-bolditalic-03-webfont.woff2') format('woff2'),
        url('fonts/charter-bolditalic-03-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Charter';
    src: url('fonts/charter-italic-02-webfont.woff2') format('woff2'),
        url('fonts/charter-italic-02-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Charter';
    src: url('fonts/charter-roman-01-webfont.woff2') format('woff2'),
        url('fonts/charter-roman-01-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gravesend Sans';
    src: url('fonts/fonnts.com-gravesend_sans_bold-webfont.woff2') format('woff2'),
        url('fonts/fonnts.com-gravesend_sans_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gravesend Sans';
    src: url('fonts/fonnts.com-gravesend_sans_light-webfont.woff2') format('woff2'),
        url('fonts/fonnts.com-gravesend_sans_light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gravesend Sans';
    src: url('fonts/fonnts.com-gravesend_sans_medium-webfont.woff2') format('woff2'),
        url('fonts/fonnts.com-gravesend_sans_medium-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Chronicle Display';
    src: url('fonts/chronicle_display_roman-webfont.woff2') format('woff2'),
        url('fonts/chronicle_display_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Chronicle Display';
    src: url('fonts/chronicle_display_black-webfont.woff2') format('woff2'),
        url('fonts/chronicle_display_black-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Chronical Display';
    src: url('fonts/chronicle_display_light-webfont.woff2') format('woff2'),
        url('fonts/chronicle_display_light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Chronical Display';
    src: url('fonts/chronicle_display_light_italic-webfont.woff2') format('woff2'),
        url('fonts/chronicle_display_light_italic-webfont.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Chronical Display';
    src: url('fonts/chronicle_display_semibold-webfont.woff2') format('woff2'),
        url('fonts/chronicle_display_semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

.archer {
    font-family: "Archer" !important;
    font-weight: normal !important;
}

.charter {
    font-family: 'Charter' !important;
    font-weight: normal !important;
}

.charter-bold {
    font-family: 'Charter' !important;
    font-weight: 700 !important;
}

.charter-black {
    font-family: 'Charter' !important;
    font-weight: 800 !important;
}

.gravesend-sans-light {
    font-family: 'Gravesend Sans' !important;
    font-weight: 200 !important;
}

.gravesend-sans-medium {
    font-family: 'Gravesend Sans' !important;
    font-weight: 600 !important;
}

.gravesend-sans-bold {
    font-family: 'Gravesend Sans' !important;
    font-weight: 700 !important;
}

.chronicle-display {
    font-family: 'Chronical Display' !important;
    font-weight: normal !important;
}

.chronicle-display-light {
    font-family: 'Chronical Display' !important;
    font-weight: 200 !important;
}

.chronicle-display-semi-bold {
    font-family: 'Chronical Display' !important;
    font-weight: 600 !important;
}

.chronicle-display-black {
    font-family: 'Chronical Display' !important;
    font-weight: 800 !important;
}