2025-01-31 14:03:58 +08:00
|
|
|
@import "tailwindcss";
|
2025-01-31 17:11:34 +08:00
|
|
|
|
2025-01-31 14:03:58 +08:00
|
|
|
@import url("https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Geist:wght@100..900&display=swap");
|
2025-01-31 10:18:47 +08:00
|
|
|
@theme {
|
|
|
|
--font-sans: "Geist", sans-serif;
|
2025-01-31 14:03:58 +08:00
|
|
|
--font-mono: "'Geist Mono'", monospace;
|
|
|
|
}
|
|
|
|
:root {
|
|
|
|
font-family: Geist, sans-serif;
|
|
|
|
font-feature-settings: "liga" 1, "calt" 1; /* fix for Chrome */
|
2025-01-31 10:18:47 +08:00
|
|
|
}
|
2025-01-31 17:11:34 +08:00
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
.uk-subnav > * > :first-child {
|
|
|
|
padding-left: 0.5rem !important;
|
|
|
|
padding-right: 0.5rem !important;
|
|
|
|
}
|
|
|
|
}
|