/* Shared Snact styles — keep in sync with Tailwind theme tokens in assets/js/tailwind.config.js */

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Home: first preview column — gradient placeholder */
.snact-preview-panel--1 {
    background-image: linear-gradient(165deg, #fff7ed 0%, #fed7aa 45%, #fdba74 100%);
}
