@font-face {
    font-family: 'RedditSans';
    src: url('RedditSans-Regular.ttf');
    src: local('RedditSans Regular'), local('RedditSans-Regular'),
    url('RedditSans-Regular.ttf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RedditSans';
    src: url('RedditSans-Medium.ttf');
    src: local('RedditSans Medium'), local('RedditSans-Medium'),
        url('RedditSans-Medium.ttf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RedditSans';
    src: url('RedditSans-Light.ttf');
    src: local('RedditSans Light'), local('RedditSans-Light'),
        url('RedditSans-Light.ttf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RedditSans';
    src: url('RedditSans-SemiBold.ttf');
    src: local('RedditSans SemiBold'), local('RedditSans-SemiBold'),
        url('RedditSans-SemiBold.ttf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RedditSans';
    src: url('RedditSans-Bold.ttf');
    src: local('RedditSans Bold'), local('RedditSans-Bold'),
        url('RedditSans-Bold.ttf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RedditSans';
    src: url('RedditSans-ExtraBold.ttf');
    src: local('RedditSans ExtraBold'), local('RedditSans-ExtraBold'),
        url('RedditSans-ExtraBold.ttf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RedditSans';
    src: url('RedditSans-Black.ttf');
    src: local('RedditSans Black'), local('RedditSans-Black'),
        url('RedditSans-Black.ttf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
