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

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

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

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

