27 lines
1.4 KiB
CSS
27 lines
1.4 KiB
CSS
/* shadcn/ui тема (фирменная палитра) — вставить в app/globals.css (:root)
|
|
Подключить шрифт Geologica: next/font или
|
|
<link href="https://fonts.bunny.net/css?family=geologica:300,400,500,600,700&display=swap"> */
|
|
:root {
|
|
--radius: 0.5rem; /* база кнопок/инпутов */
|
|
--background: 220 14% 96%; /* #f3f4f6 фон страницы */
|
|
--foreground: 222 47% 11%; /* #111827 текст */
|
|
--card: 0 0% 100%; /* белые карточки */
|
|
--card-foreground: 222 47% 11%;
|
|
--popover: 0 0% 100%;
|
|
--popover-foreground: 222 47% 11%;
|
|
--primary: 11 100% 54%; /* #ff4713 бренд-оранжевый */
|
|
--primary-foreground: 0 0% 100%;
|
|
--secondary: 218 15% 49%; /* #6b788e t-gray */
|
|
--secondary-foreground: 0 0% 100%;
|
|
--muted: 210 20% 97%; /* #f5f7f9 light-gray */
|
|
--muted-foreground: 220 9% 46%; /* #6b7280 */
|
|
--accent: 16 100% 95%; /* #ffede7 brand-soft */
|
|
--accent-foreground: 11 100% 45%;
|
|
--destructive: 0 72% 51%; /* #dc2626 */
|
|
--destructive-foreground: 0 0% 100%;
|
|
--success: 142 82% 32%; /* #0f973d */
|
|
--border: 220 13% 91%; /* #ebedf0 */
|
|
--input: 220 13% 85%; /* #d1d5db */
|
|
--ring: 11 100% 54%; /* оранжевое кольцо фокуса */
|
|
}
|