/*
 * KZ-26 WHITE — yeezy-style overrides
 */

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  background: #fff;
  color: #000;
}

/* stark, tracked-out uppercase everywhere */
h1, h2, h3, h4, h5, h6, button, .btn, a, th, label {
  text-transform: uppercase;
  letter-spacing: .12em;
}

h1, h2, h3 { font-weight: 500; }

/* kill rounded corners + shadows for the flat yeezy look */
button, .btn, input, select, textarea, .rounded, .rounded-lg, .rounded-xl, .rounded-2xl, .rounded-3xl, .rounded-md {
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* hairline borders instead of cards floating on dark */
input, select, textarea {
  background: #fff !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}

::selection { background: #000; color: #fff; }

/* scrollbar, minimal */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #fff; }
::-webkit-scrollbar-thumb { background: #000; }