@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Dancing+Script:wght@400;700&display=swap');

:root {
  --background: #000000;
  --foreground: #FFFFFF;
  --accent: #992f74;
  --muted: #1A1A1A;
  --border: #262626;
}

body {
  background-color: var(--background);
  color: var(--foreground);
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

.tracking-widest-xl {
  letter-spacing: 0.25em;
}

.font-dancing {
  font-family: 'Dancing Script', cursive !important;
}
