2025-02-12 11:46:52 +01:00
|
|
|
@import 'tailwindcss';
|
2025-02-12 10:21:41 +01:00
|
|
|
|
2025-02-12 11:45:12 +01:00
|
|
|
@theme {
|
2025-02-12 11:46:52 +01:00
|
|
|
--color-deep-blue: #0f212e;
|
|
|
|
--color-deep-blue-light: #1a2c38;
|
|
|
|
--color-deep-blue-contrast: #1b2c3b;
|
|
|
|
--color-light-blue: #1475e1;
|
2025-02-12 10:21:41 +01:00
|
|
|
}
|
2025-02-12 11:45:12 +01:00
|
|
|
|
|
|
|
body {
|
2025-02-12 11:46:52 +01:00
|
|
|
@apply bg-deep-blue text-gray-100;
|
|
|
|
}
|