﻿/* Regular (400) */
@font-face {
    font-family: 'RLWC Backs';
    src: url('/fonts/RLWCBACKS-Regular.woff2') format('woff2'), url('/fonts/RLWCBACKS-Regular.woff') format('woff'), url('/fonts/RLWC BACKS-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium (500) */
@font-face {
    font-family: 'RLWC Backs';
    src: url('/fonts/RLWCBACKS-Medium.woff2') format('woff2'), url('/fonts/RLWCBACKS-Medium.woff') format('woff'), url('/fonts/RLWC BACKS-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* SemiBold (600) */
@font-face {
    font-family: 'RLWC Backs';
    src: url('/fonts/RLWCBACKS-SemiBold.woff2') format('woff2'), url('/fonts/RLWCBACKS-SemiBold.woff') format('woff'), url('/fonts/RLWC BACKS-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Bold (700) */
@font-face {
    font-family: 'RLWC Backs';
    src: url('/fonts/RLWCBACKS-Bold.woff2') format('woff2'), url('/fonts/RLWCBACKS-Bold.woff') format('woff'), url('/fonts/RLWC BACKS-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ===== RLWC FORWARDS (display/heading font) ===== */
@font-face {
    font-family: 'RLWC Forwards';
    src: url('/fonts/RLWC-FORWARDS.woff2') format('woff2'), url('/fonts/RLWC-FORWARDS.woff') format('woff'), url('/fonts/RLWC-FORWARDS.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


