:root {
    --topbar-h: 64px;
    --sidebar-w: 252px;
    --sidebar-mini-w: 72px;
    --app-bg: #f5f7fb;
    --sidebar-bg: #fff;
    --border: rgba(98,105,118,.16);
    --shadow: 0 8px 30px rgba(24,36,51,.06);
}

html, body {
    height: 100%;
}
body {
    margin: 0;
    overflow: hidden;
    background: var(--app-bg);
    color: #182433;
}

.crm-topbar {
    position: fixed;
    inset: 0 0 auto 0;
    height: var(--topbar-h);
    z-index: 1040;
    display: flex;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 1px 8px rgba(24,36,51,.03);
}

.topbar-sidebar-zone {
    width: var(--sidebar-w);
    min-width: var(--sidebar-w);
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px 0 21px;
    transition: width .25s ease, min-width .25s ease;
}

.burger-btn {
    width: 40px;
    margin-left: auto;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #667382;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
}
.burger-btn:hover {
    background: #f1f4f8;
    color: #182433;
}
.burger-btn i {
    font-size: 23px;
}

.brand-block {
    display: flex;
    align-items: center;
    min-width: 0;
    margin-right: 6px;
    overflow: hidden;
    transition: opacity .2s ease, width .25s ease, margin .25s ease;
}
.brand-logo {
    width: 33px;
    height: 33px;
    object-fit: contain;
    display: block;
    flex: 0 0 auto;
}
.brand-wordmark {
    width: 124px;
    height: 33px;
    margin-left: 10px;
    display: block;
    overflow: visible;
    flex: 0 0 auto;
}
.brand-wordmark .brand-main {
    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .15px;
    fill: #263445;
}

.topbar-main {
    flex: 1;
    min-width: 0;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 18px;
}

.global-search {
    width: min(620px, 50vw);
    position: relative;
    margin-left: 14px;
}
.global-search .ti {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: #929dab;
    font-size: 19px;
    pointer-events: none;
}
.global-search input {
    height: 40px;
    border-radius: 9px;
    padding-left: 41px;
    background: #f7f9fc;
    border-color: #e6eaf0;
}
.global-search input:focus {
    background: #fff;
}

.topbar-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 5px;
}
.top-action {
    position: relative;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: #667382;
    border-radius: 8px;
    display: grid;
    place-items: center;
}
.top-action:hover {
    background: #f1f4f8;
    color: #182433;
}
.top-action i {
    font-size: 21px;
}
.notification-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 99px;
    background: var(--tblr-danger);
    top: 9px;
    right: 9px;
    border: 2px solid #fff;
    box-sizing: content-box;
}

.user-menu-btn {
    margin-left: 5px;
    height: 44px;
    border: 0;
    background: transparent;
    border-radius: 9px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 4px 8px;
    color: inherit;
}
.user-menu-btn:hover, .user-menu-btn[aria-expanded="true"] {
    background: #f1f4f8;
}
.user-meta {
    text-align: left;
    line-height: 1.15;
}
.user-name {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}
.user-role {
    font-size: 11px;
    color: #929dab;
    margin-top: 2px;
}
.user-chevron {
    color: #929dab;
    font-size: 16px;
}

.crm-sidebar {
    position: fixed;
    left: 0;
    top: var(--topbar-h);
    bottom: 0;
    width: var(--sidebar-w);
    z-index: 1030;
    background: var(--sidebar-bg);
    border-right: 1px solid var(--border);
    transition: width .25s ease, transform .25s ease;
    overflow: visible;
}

.sidebar-scroll {
    width: 100%;
    height: 100%;
    overflow-x: visible;
    overflow-y: auto;
    padding: 13px 10px 20px;
}

.sidebar-label {
    font-size: 10px;
    font-weight: 700;
    color: #a0a9b5;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 12px 12px 7px;
    white-space: nowrap;
    overflow: hidden;
}

.crm-nav {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.crm-nav-item {
    position: relative;
}
.crm-nav-link {
    width: 100%;
    min-height: 42px;
    border: 0;
    background: transparent;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 8px 11px;
    color: #566273;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}
.crm-nav-link:hover {
    background: #f3f6fb;
    color: var(--tblr-primary);
    text-decoration: none !important;
}
.crm-nav-link:hover *,
.crm-submenu > span:hover,
.crm-submenu > span:hover *,
.sidebar-flyout span:hover,
.sidebar-flyout span:hover * {
    text-decoration: none !important;
}
.crm-nav-link.active {
    background: var(--tblr-primary-lt);
    color: var(--tblr-primary);
    font-weight: 600;
}
.crm-nav-icon {
    width: 24px;
    flex: 0 0 24px;
    text-align: center;
    font-size: 20px;
}
.crm-nav-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.crm-nav-arrow {
    margin-left: auto;
    font-size: 15px;
    transition: transform .2s ease;
}
.submenu-open > .crm-nav-link .crm-nav-arrow {
    transform: rotate(90deg);
}

.crm-submenu {
    display: none;
    padding: 4px 0 5px 45px;
}
.submenu-open > .crm-submenu {
    display: block;
}
.crm-submenu > span {
    position: relative;
    display: block;
    color: #6d7888;
    font-size: 13px;
    padding: 7px 11px;
    border-radius: 7px;
    text-decoration: none;
    white-space: nowrap;
}
.crm-submenu > span::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #b2bbc6;
}
.crm-submenu > span {
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}
.crm-submenu > span::before {
    transition: background .15s ease, transform .15s ease;
    transform: translateY(-50%);
}
.crm-submenu > span:hover {
    color: var(--tblr-primary);
    background: #f3f6fb;
}
.crm-submenu > span:hover::before {
    background: var(--tblr-primary);
    transform: translateY(-50%) scale(1.15);
}

.crm-main {
    position: fixed;
    left: var(--sidebar-w);
    top: var(--topbar-h);
    right: 0;
    bottom: 0;
    padding: 14px;
    transition: left .25s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 0;
}
.crm-page-head {
    flex: 0 0 auto;
    padding: 4px 4px 14px;
}
.crm-page-head .breadcrumb-line {
    font-size: 12px;
    color: #8994a3;
    margin-bottom: 5px;
}
.crm-page-head h2 {
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -.015em;
}
.crm-content {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 11px;
    box-shadow: var(--shadow);
    padding: 22px;
}

.demo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 14px;
    margin-top: 18px;
}
.stat-card {
    border: 1px solid #edf0f3;
    border-radius: 10px;
    padding: 16px;
}
.stat-label {
    color: #7b8794;
    font-size: 12px;
}
.stat-value {
    font-size: 24px;
    font-weight: 700;
    margin-top: 5px;
}

/* collapsed desktop */
body.sidebar-collapsed .topbar-sidebar-zone {
    width: var(--sidebar-mini-w);
    min-width: var(--sidebar-mini-w);
    padding-left: 10px;
    padding-right: 10px;
}
body.sidebar-collapsed .brand-block {
    opacity: 0;
    width: 0;
    margin-right: 0;
    pointer-events: none;
}
body.sidebar-collapsed .crm-sidebar {
    width: var(--sidebar-mini-w);
}
body.sidebar-collapsed .crm-main {
    left: var(--sidebar-mini-w);
}
/* В свернутом меню вместо названий групп оставляем компактные разделители.
   У первого блока разделителя нет. */
body.sidebar-collapsed .sidebar-label {
    position: relative;
    height: 13px;
    padding: 0;
    margin: 0;
    opacity: 1;
    font-size: 0;
    line-height: 0;
    color: transparent;
}
body.sidebar-collapsed .crm-nav > .sidebar-label::before {
    content: "";
    position: absolute;
    left: 9px;
    right: 9px;
    top: 50%;
    height: 1px;
    background: #e7ebf0;
    transform: translateY(-50%);
}
body.sidebar-collapsed .sidebar-scroll > .sidebar-label:first-child::before {
    display: none;
}
body.sidebar-collapsed .crm-nav-link {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}
body.sidebar-collapsed .crm-nav-text,
body.sidebar-collapsed .crm-nav-arrow {
    display: none;
}
body.sidebar-collapsed .crm-submenu {
    display: none !important;
}

/* В свернутом меню иконки всегда нейтральные и синеют только при hover */
body.sidebar-collapsed .crm-nav-link,
body.sidebar-collapsed .crm-nav-link.active {
    color: #667382;
}
body.sidebar-collapsed .crm-nav-link:hover {
    color: var(--tblr-primary);
}

/* Бургер находится на одной вертикальной оси с иконками свернутого меню */
body.sidebar-collapsed .topbar-sidebar-zone {
    justify-content: flex-start;
}
body.sidebar-collapsed .burger-btn {
    margin-left: 6px;
    margin-right: 0;
}

.sidebar-flyout {
    position: fixed;
    z-index: 1060;
    min-width: 225px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
    box-shadow: 0 14px 42px rgba(24,36,51,.16);
    padding: 7px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-6px);
    transition: opacity .14s ease, transform .14s ease, visibility .14s;
    pointer-events: none;
}
.sidebar-flyout.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
}

/* В свернутом sidebar основной .crm-nav-text скрыт, но во flyout название должно оставаться видимым */
body.sidebar-collapsed .sidebar-flyout .crm-nav-text {
    display: block !important;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
    padding: 0;
}

.flyout-main {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    padding: 8px 10px;
    color: #566273;
    font-size: 13px;
    font-weight: 600;
    border-radius: 7px;
    text-decoration: none;
}
.flyout-main i {
    width: 22px;
    text-align: center;
    font-size: 19px;
    color: #667382;
    transition: color .15s ease;
}

/* Обычный пункт flyout можно нажимать */
.flyout-main:not(.has-submenu) {
    cursor: pointer;
}
.flyout-main:not(.has-submenu):hover {
    background: #f3f6fb;
    color: var(--tblr-primary);
}
.flyout-main:not(.has-submenu):hover i {
    color: var(--tblr-primary);
}

/* Заголовок пункта, у которого есть подменю, статичен */
.flyout-main.has-submenu {
    cursor: default;
    background: transparent !important;
    color: #566273 !important;
}
.flyout-main.has-submenu:hover {
    cursor: default;
    background: transparent !important;
    color: #566273 !important;
}
.flyout-main.has-submenu:hover i {
    color: #667382;
}

/* Заголовок flyout: иконка и текст начинаются строго от левого края. */
.sidebar-flyout .flyout-main {
    justify-content: flex-start;
    text-align: left;
    padding-left: 14px;
}
.sidebar-flyout .flyout-main > .crm-nav-icon {
    flex: 0 0 22px;
    width: 22px;
    margin: 0;
    padding: 0;
    text-align: left;
}
.sidebar-flyout .flyout-main > .crm-nav-text {
    flex: 1 1 auto;
    margin: 0;
    padding: 0 !important;
    text-align: left;
    color: inherit;
    background: transparent !important;
    border-radius: 0;
    font-size: inherit;
    line-height: inherit;
}

/* У обычного пункта при hover синеют и иконка, и текст. */
.sidebar-flyout .flyout-main:not(.has-submenu):hover > .crm-nav-text {
    color: var(--tblr-primary);
}

/* Заголовок с подменю полностью статичен: без hover-эффекта. */
.sidebar-flyout .flyout-main.has-submenu,
.sidebar-flyout .flyout-main.has-submenu:hover,
.sidebar-flyout .flyout-main.has-submenu:hover > .crm-nav-text {
    cursor: default;
    background: transparent !important;
    color: #566273 !important;
}
.sidebar-flyout .flyout-main.has-submenu:hover > .crm-nav-icon {
    color: #667382 !important;
}

.sidebar-flyout span {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #566273;
    text-decoration: none;
    border-radius: 7px;
    padding: 8px 10px;
    font-size: 13px;
}
.sidebar-flyout span:not(.has-submenu):hover {
    background: #f3f6fb;
    color: var(--tblr-primary);
    text-decoration: none !important;
}

.flyout-submenu {
    margin-top: 2px;
    padding-top: 3px;
    border-top: 1px solid #edf0f3;
}
.flyout-submenu > span {
    position: relative;
    padding-left: 42px;
    cursor: pointer;
}
.flyout-submenu > span::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #aeb8c4;
    transform: translateY(-50%);
    transition: background .15s ease, transform .15s ease;
}
.flyout-submenu > span:hover::before {
    background: var(--tblr-primary);
    transform: translateY(-50%) scale(1.15);
}

.mobile-overlay {
    display: none;
}

@media (max-width: 991.98px) {
    :root {
        --topbar-h: 58px;
    }
    body {
        overflow: hidden;
    }
    .crm-topbar {
        height: var(--topbar-h);
        padding-left: 9px;
        padding-right: 9px;
    }
    .topbar-sidebar-zone {
        width: auto !important;
        min-width: 0 !important;
        padding: 0;
    }
    .brand-block {
        opacity: 1 !important;
        width: auto !important;
        margin-right: 6px !important;
        pointer-events: auto !important;
    }
    .brand-logo {
        width: 30px;
        height: 30px;
    }
    .brand-wordmark {
        display: none;
    }
    .topbar-main {
        gap: 8px;
        padding-right: 0;
    }
    .global-search {
        flex: 1;
        width: auto;
        margin-left: 9px;
    }
    .global-search input {
        height: 38px;
    }
    .user-meta, .user-chevron {
        display: none;
    }
    .user-menu-btn {
        padding: 3px;
        margin-left: 0;
    }
    .topbar-actions {
        gap: 0;
    }

    .crm-sidebar {
        top: var(--topbar-h);
        width: min(285px, 86vw) !important;
        transform: translateX(-105%);
        box-shadow: 12px 0 35px rgba(24,36,51,.14);
    }
    body.mobile-menu-open .crm-sidebar {
        transform: translateX(0);
    }
    .crm-sidebar .sidebar-label {
        opacity: 1 !important;
        height: auto !important;
        padding: 12px 12px 7px !important;
    }
    .crm-sidebar .crm-nav-link {
        justify-content: flex-start !important;
        padding: 8px 11px !important;
    }
    .crm-sidebar .crm-nav-text, .crm-sidebar .crm-nav-arrow {
        display: block !important;
    }
    .crm-sidebar .crm-submenu {
        padding-left: 45px;
    }

    .crm-main {
        left: 0 !important;
        padding: 9px;
    }
    .crm-page-head {
        padding: 4px 3px 10px;
    }
    .crm-page-head h2 {
        font-size: 19px;
    }
    .crm-content {
        padding: 16px;
        border-radius: 9px;
    }
    .demo-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .mobile-overlay {
        display: block;
        position: fixed;
        inset: var(--topbar-h) 0 0 0;
        z-index: 1020;
        background: rgba(24,36,51,.38);
        opacity: 0;
        visibility: hidden;
        transition: .2s ease;
    }
    body.mobile-menu-open .mobile-overlay {
        opacity: 1;
        visibility: visible;
    }
    .sidebar-flyout {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .topbar-main {
        padding-right: 0;
    }
    .global-search {
        display: none;
    }
    .brand-wordmark {
        display: none;
    }
    .top-action.optional-mobile {
        display: none;
    }
    .demo-grid {
        grid-template-columns: 1fr;
    }
    .crm-content {
        padding: 14px;
    }
}

/* Сдвиг именно содержимого заголовка flyout: иконка + текст */
body.sidebar-collapsed .sidebar-flyout .flyout-main {
    padding-left: 10px !important;
}


/* Контентные экраны CRM */
.crm-view {
    display: none;
    width: 100%;
    min-height: 100%;
}
.crm-view.active {
    display: block;
}

.crm-submenu > span.active,
.flyout-submenu > span.active {
    color: var(--tblr-primary);
    background: #f3f6fb;
}
.crm-submenu > span.active::before,
.flyout-submenu > span.active::before {
    background: var(--tblr-primary);
}


/* Left navigation typography like Tabler vertical layout */
.crm-sidebar .crm-nav-link,
.crm-sidebar .crm-nav-text,
.crm-sidebar .crm-submenu > span,
.sidebar-flyout .flyout-main,
.sidebar-flyout .flyout-main .crm-nav-text,
.sidebar-flyout .flyout-submenu > span {
    font-family: var(--tblr-font-sans-serif, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285714286;
    letter-spacing: 0;
}


/* Brand text like in the reference: MOSBC.RU */
.crm-brand {
    align-items: center;
}
.brand-wordmark {
    display: inline-flex;
    align-items: center;
    align-self: center;
    height: 100%;
    margin: 0;
    font-family: var(--tblr-font-sans-serif, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: #334155;
    white-space: nowrap;
    transform: none;
}


.brand-block .brand-wordmark {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: 33px;
    margin-left: 10px;
    color: #334155 !important;
    font-family: var(--tblr-font-sans-serif, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
    font-size: 14px;
    font-weight: 600;
    line-height: 33px;
    white-space: nowrap;
    opacity: 1 !important;
    visibility: visible !important;
}

@font-face {
    font-family: InterVariable;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/InterVariable.woff2?v=4.1') format('woff2');
}

@font-face {
    font-family: InterVariable;
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/InterVariable-Italic.woff2?v=4.1') format('woff2');
}

/* legacy name "Inter var" (Oct 2023) */
@font-face {
    font-family: 'Inter var';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/InterVariable.woff2?v=4.1') format('woff2');
}

@font-face {
    font-family: 'Inter var';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/InterVariable-Italic.woff2?v=4.1') format('woff2');
}

/* static fonts */
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url("/fonts/Inter-Thin.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: Inter;
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url("/fonts/Inter-ThinItalic.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url("/fonts/Inter-ExtraLight.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: Inter;
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url("/fonts/Inter-ExtraLightItalic.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("/fonts/Inter-Light.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: Inter;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url("/fonts/Inter-LightItalic.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/Inter-Regular.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: Inter;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/Inter-Italic.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/fonts/Inter-Medium.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: Inter;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url("/fonts/Inter-MediumItalic.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/fonts/Inter-SemiBold.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: Inter;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url("/fonts/Inter-SemiBoldItalic.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/fonts/Inter-Bold.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: Inter;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("/fonts/Inter-BoldItalic.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("/fonts/Inter-ExtraBold.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: Inter;
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url("/fonts/Inter-ExtraBoldItalic.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("/fonts/Inter-Black.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: Inter;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url("/fonts/Inter-BlackItalic.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: InterDisplay;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url("/fonts/InterDisplay-Thin.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: InterDisplay;
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url("/fonts/InterDisplay-ThinItalic.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: InterDisplay;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url("/fonts/InterDisplay-ExtraLight.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: InterDisplay;
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url("/fonts/InterDisplay-ExtraLightItalic.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: InterDisplay;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("/fonts/InterDisplay-Light.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: InterDisplay;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url("/fonts/InterDisplay-LightItalic.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: InterDisplay;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/InterDisplay-Regular.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: InterDisplay;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/InterDisplay-Italic.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: InterDisplay;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/fonts/InterDisplay-Medium.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: InterDisplay;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url("/fonts/InterDisplay-MediumItalic.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: InterDisplay;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/fonts/InterDisplay-SemiBold.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: InterDisplay;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url("/fonts/InterDisplay-SemiBoldItalic.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: InterDisplay;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/fonts/InterDisplay-Bold.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: InterDisplay;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("/fonts/InterDisplay-BoldItalic.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: InterDisplay;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("/fonts/InterDisplay-ExtraBold.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: InterDisplay;
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url("/fonts/InterDisplay-ExtraBoldItalic.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: InterDisplay;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("/fonts/InterDisplay-Black.woff2?v=4.1") format("woff2");
}

@font-face {
    font-family: InterDisplay;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url("/fonts/InterDisplay-BlackItalic.woff2?v=4.1") format("woff2");
}
