/*!
 * Communityline Portal - Learning Management System
 * Copyright (c) 2025-2026 Jeremiah Phillippe Sison. All rights reserved.
 * Proprietary - All Rights Reserved. See LICENSE.md.
 *
 * Self-hosted Inter (variable, weights 100-900 in one file) — replaces the
 * Google Fonts CDN so the product works on offline/intranet deployments.
 * Inter is licensed under the SIL Open Font License 1.1 (see THIRD_PARTY_NOTICES.md).
 */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/InterVariable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/InterVariable-Italic.woff2') format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}
