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

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

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

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

