@font-face {
    font-family: 'Antic';
    src: url('Antic-Regular.woff2') format('woff2'),
        url('Antic-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reddit Sans';
    src: url('RedditSans-Light.woff2') format('woff2'),
        url('RedditSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reddit Sans';
    src: url('RedditSans-Medium.woff2') format('woff2'),
        url('RedditSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reddit Sans';
    src: url('RedditSans-Bold.woff2') format('woff2'),
        url('RedditSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}