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

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

.color-swatch {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #dee2e6;
    vertical-align: middle;
}

.filament-card {
    cursor: pointer;
    transition: box-shadow 0.15s;
}

.filament-card:hover {
    box-shadow: 0 0 0 2px var(--bs-primary);
}

.filament-card.selected {
    box-shadow: 0 0 0 2px var(--bs-success);
    background-color: var(--bs-success-bg-subtle);
}

.sheet-preview {
    background: #e9ecef;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    min-height: 400px;
}

.sheet-preview:has(svg) {
    display: block;
}

.sheet-preview:not(:has(svg)) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sheet-preview svg {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.15));
}

.label-group { cursor: pointer; }
.label-group:hover .label-hover { opacity: 0.4 !important; }
.label-group:hover .label-delete-icon { opacity: 1 !important; }

.brand-logo {
    max-height: 32px;
    max-width: 80px;
}
