﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@supports (font-variation-settings: normal) {
    :root {
        font-family: 'Inter', sans-serif !important;
        font-size: 0.9em !important;
    }
}

:root, body {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9em !important;
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 955px !important;
    }
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    color: black !important;
}

.page-header {
    font-size: 2.5em;
}
