/**
 * wukplace.sg Master Stylesheet
 * Singapore Commercial & Industrial Real Estate Marketplace
 * Version: 2.0.27
 */

@import './tokens.css';
@import './typography.css';
@import './layout.css';
@import './components.css';
@import './theme-dark.css';
@import './theme-light.css';

/* Remove default number input spinner increase/decrease arrows across all pages */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  appearance: none !important;
  margin: 0 !important;
}

input[type="number"] {
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}
