Files
medtech-hackathon/design/globals.css
T
admins 062ff5fc11 feat(pre-flight): канон-справочник + golden-нормализация, дизайн Nomad, питч
- contracts/service_canon.json — 15 канонов медуслуг RU/KZ/EN + синонимы
- fixtures/normalized/golden.json — 52 эталонные строки (оракул TDD)
- design/ — tailwind-токены + shadcn-тема Nomad
- pitch/ — структура слайдов + демо-сценарий

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-26 13:03:08 +05:00

27 lines
1.4 KiB
CSS

/* shadcn/ui тема под бренд Nomad — вставить в 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; /* база кнопок/инпутов Nomad */
--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 nomad-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%; /* оранжевое кольцо фокуса */
}