/* Pawsitively Southern — base reset and global rules.
   Extracted from the design source; see /design-system/ for the full token set. */

  *, *::before, *::after { box-sizing: border-box; }
  html { -webkit-text-size-adjust: 100%; }
  body { margin: 0; background: #070908; color: #f3f0e7; font-family: "Manrope", Arial, sans-serif; overflow-x: clip; }
  img { display: block; max-width: 100%; }
  button { font: inherit; color: inherit; }
  input { font: inherit; }
  a { color: #d5e6d8; text-decoration: none; }
  a:hover { color: #f3f0e7; }
  :focus-visible { outline: 3px solid #d5e6d8; outline-offset: 3px; border-radius: 4px; }
  ::placeholder { color: rgba(18, 22, 18, 0.42); }
  ::selection { background: #d5e6d8; color: #12160f; }
