@font-face {
    font-family: 'Charter';
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    src: url('../fonts/Charter/charter_regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Charter';
    font-style: italic;
    font-weight: normal;
    font-stretch: normal;
    src: url('../fonts/Charter/charter_italic.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Charter';
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
    src: url('../fonts/Charter/charter_bold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Charter';
    font-style: italic;
    font-weight: bold;
    font-stretch: normal;
    src: url('../fonts/Charter/charter_bold_italic.woff2') format('woff2');
    font-display: swap;
} 