/* Police globale Inter (variable, self-hostée) pour tout le site MonSwim */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/inter/inter-latin-wght-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/inter/inter-latin-wght-italic.woff2') format('woff2');
}

body,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
input, button, select, textarea,
.btn,
.navbar, .navbar-nav, .nav-link,
p, label, a,
table, th, td,
.modal, .modal-header, .modal-body, .modal-footer,
.card, .card-body, .card-title, .card-text,
ul, ol, li,
div, span {
    font-family: var(--font-monswim) !important;
}
