:root {
  /* Barbearia Tarcisio — preto + ouro (Agenda Serviço) */
  --color-page: #000000;
  --color-cream: #000000;
  --color-cream-light: #0a0a0a;
  --color-surface: #141414;
  --color-white: #ffffff;
  --color-forest: #ece6d8;
  --color-forest-deep: #1f1f1f;
  --color-gold: #e0c17c;
  --color-gold-bright: #f0d78c;
  --color-gold-deep: #d4af37;
  --color-graphite: rgba(255, 255, 255, 0.92);
  --color-muted: #b5b5b5;
  --color-on-gold: #1a1a1a;
  --color-brand: #1a1a1a;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --shadow-card: 0 2px 14px rgba(0, 0, 0, 0.45);
  --font: "Inter", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  max-width: 100%;
}

body {
  margin: 0;
  font-family: var(--font);
  font-optical-sizing: auto;
  background: var(--color-page);
  color: var(--color-graphite);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

#root {
  min-height: 100dvh;
  overflow-x: clip;
  max-width: 100%;
}

button {
  font-family: inherit;
  cursor: pointer;
}

input {
  font-family: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
