/* Waxwing Fashion custom styles */
:root {
  --wf-accent: #d97706;
}

body {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

h1, h2, .font-serif {
  font-family: Georgia, 'Times New Roman', serif;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Smooth scroll for anchor links */
html {
  scroll-behavior: smooth;
}

/* Toast fade */
#wf-toast {
  opacity: 0;
}
