/* ============================================================
   RESET — National Casino
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: var(--font-size-base); }
body { font-family: var(--font-family); background: var(--color-bg-primary); color: var(--color-text); line-height: var(--line-height); -webkit-font-smoothing: antialiased; }
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button, input, textarea, select { font: inherit; border: none; background: none; cursor: pointer; }
table { border-collapse: collapse; width: 100%; }
