@font-face {
    font-family: "Spline Sans";
    src: url('/app/themes/wuxnl-theme/assets/fonts/SplineSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Spline Sans";
    src: url('/app/themes/wuxnl-theme/assets/fonts/SplineSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Spline Sans";
    src: url('/app/themes/wuxnl-theme/assets/fonts/SplineSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Spline Sans";
    src: url('/app/themes/wuxnl-theme/assets/fonts/SplineSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "Spline Sans";
    src: url('/app/themes/wuxnl-theme/assets/fonts/SplineSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

