2025-03-29 01:07:45 +09:00
|
|
|
@import "tailwindcss";
|
2024-11-17 00:59:06 +09:00
|
|
|
|
|
|
|
:root {
|
2025-04-29 18:04:02 +09:00
|
|
|
font-family: "Zen Kurenaido", sans-serif;
|
2024-11-17 00:59:06 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
@supports (font-variation-settings: normal) {
|
|
|
|
:root {
|
2025-04-29 18:04:02 +09:00
|
|
|
font-family: "Zen Kurenaido", sans-serif;
|
2024-11-17 00:59:06 +09:00
|
|
|
}
|
|
|
|
}
|