@import "tailwindcss"; @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; } button:not(:disabled), [role="button"]:not(:disabled), a { cursor: pointer; } button:disabled { cursor: not-allowed; } /* number input 화살표 숨기기 */ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } input[type="number"] { -moz-appearance: textfield; }