@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: block;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2');
    font-weight: 500;
    font-display: block;
}

@font-face {
    font-family: 'Charter';
    src: url('../fonts/Charter-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: block;
}

@font-face {
    font-family: 'Charter';
    src: url('../fonts/Charter-Bold.woff2') format('woff2');
    font-weight: 500;
    font-display: block;
}

