/*
 * Copyright © 2026 Clubs IQ LLC, All rights reserved.
 *
 * CONFIDENTIAL / PROPRIETARY
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Clubs IQ, LLC. The intellectual and technical concepts contained herein
 * are proprietary to Clubs IQ, LLC. Dissemination of this information or
 * reproduction of this material is strictly forbidden unless prior written
 * permission is obtained from Clubs IQ, LLC.
 *
 * Inter is licensed under the SIL Open Font License 1.1. See:
 * /static/fonts/inter/LICENSE.txt
 */

@font-face {
    font-family: "InterVariable";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("/static/fonts/inter/InterVariable.woff2") format("woff2");
}

@font-face {
    font-family: "InterVariable";
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url("/static/fonts/inter/InterVariable-Italic.woff2") format("woff2");
}

:root {
    --font-body: "InterVariable", "Inter", -apple-system, BlinkMacSystemFont,
                 "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --bs-body-font-family: var(--font-body);
    font-feature-settings: "liga" 1, "calt" 1;
}

body {
    font-family: var(--font-body);
}
