2026-04-07 18:55:06 +09:00
|
|
|
@import "tailwindcss";
|
2026-04-13 14:20:32 +09:00
|
|
|
|
|
|
|
|
@theme {
|
|
|
|
|
--font-sans: "Maplestory", "Noto Sans KR", system-ui, -apple-system, sans-serif;
|
|
|
|
|
--font-maple: "Maplestory", "Noto Sans KR", sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
html {
|
|
|
|
|
font-family: "Maplestory", "Noto Sans KR", system-ui, sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
font-feature-settings: "ss01", "ss02";
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
|
}
|
2026-04-13 15:20:46 +09:00
|
|
|
|
|
|
|
|
button:not(:disabled),
|
|
|
|
|
[role="button"]:not(:disabled),
|
|
|
|
|
a {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button:disabled {
|
|
|
|
|
cursor: not-allowed;
|
|
|
|
|
}
|