/* Frisomat brand — Zimula type system */
@font-face {
    font-family: 'Zimula';
    src: url('/fonts/zimula/Zimula-Regular.woff2') format('woff2'),
         url('/fonts/zimula/Zimula-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Zimula';
    src: url('/fonts/zimula/Zimula-Bold.woff2') format('woff2'),
         url('/fonts/zimula/Zimula-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Zimula Inkspot';
    src: url('/fonts/zimula/Zimula-MediumInkSpot.woff2') format('woff2'),
         url('/fonts/zimula/Zimula-MediumInkSpot.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --frisomat-orange: #ff8700;
    --frisomat-orange-dark: #e57700;
    --frisomat-wine: #5a0014;
    --frisomat-steel: #1a1d22;
    --frisomat-steel-soft: #2a2f37;
}

/* Keep Filament's own font but tip body type into Zimula on the admin */
.fi-body,
.fi-sidebar-header,
.fi-topbar,
.fi-main {
    font-family: 'Zimula', 'Inter', ui-sans-serif, system-ui, sans-serif !important;
}

.fi-sidebar-header { padding: 1rem 1.25rem; }
.fi-sidebar-nav-groups,
.fi-sidebar-nav-item-button { letter-spacing: 0.005em; }

.fi-topbar > nav { border-bottom: 1px solid rgba(0,0,0,0.06); }

/* Login page brand polish */
.fi-simple-page .fi-logo { display: flex; justify-content: center; }
.fi-simple-layout-wrapper {
    background:
        radial-gradient(ellipse at top, rgba(255,135,0,0.08), transparent 55%),
        linear-gradient(180deg, #fafafa 0%, #f3f4f6 100%);
}
.dark .fi-simple-layout-wrapper {
    background:
        radial-gradient(ellipse at top, rgba(255,135,0,0.18), transparent 55%),
        linear-gradient(180deg, #0c0d10 0%, #16181d 100%);
}

/* Buttons in the brand orange take black text and a Zimula-tight tracking */
.fi-btn { letter-spacing: 0.01em; }

/* Headings in resources, modals, sections */
.fi-section-header-heading,
.fi-header-heading,
.fi-modal-heading,
.fi-fo-section-header-heading {
    font-family: 'Zimula', 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: -0.005em;
}
