﻿
  html, body {
    margin: 0; padding: 0;
    background: #F2E8D5;
    font-family: 'Inter', system-ui, sans-serif;
    color: #3A2A1F;
    overflow-x: hidden;
  }
  body, body *, a, button, input, textarea, select, label, [role="button"] { cursor: none !important; }
  @media (hover: none) and (pointer: coarse) {
    body, body *, a, button, input, textarea, select, label, [role="button"] { cursor: auto !important; }
  }
  *::-webkit-scrollbar { width: 6px; height: 6px; }
  *::-webkit-scrollbar-track { background: transparent; }
  *::-webkit-scrollbar-thumb { background: #C9B79C; border-radius: 3px; }
  a { color: inherit; }
  ::selection { background: #6B4423; color: #F2E8D5; }

