/* normal */
@font-face {
    font-family: 'Charter';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Charter/Charter-Regular.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Charter/Charter-Regular.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Charter/Charter-Regular.otf') format('opentype'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Charter/Charter-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Charter';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Charter/Charter-Bold.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Charter/Charter-Bold.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Charter/Charter-Bold.otf') format('opentype'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Charter/Charter-Bold.ttf') format('truetype');
}

/* Italic */
@font-face {
    font-family: 'Charter';
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Charter/CharterItalic-Regular.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Charter/CharterItalic-Regular.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Charter/CharterItalic-Regular.otf') format('opentype'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Charter/CharterItalic-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Charter';
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Charter/CharterItalic-Bold.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Charter/CharterItalic-Bold.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Charter/CharterItalic-Bold.otf') format('opentype'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Charter/CharterItalic-Bold.ttf') format('truetype');
}
