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

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

