@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&family=Space+Mono:wght@400;700&display=swap');

body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: 'Jost', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, .font-serif {
  font-family: 'Playfair Display', serif;
}

.font-mono {
  font-family: 'Space Mono', monospace;
}

/* Global Typography Overrides to match Admin Panel */

.uppercase-tracking {
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

/* Smooth transitions */

.transition-all {
  transition: all 0.3s ease;
}

/* Custom Scrollbar for a premium feel */

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #ff9933;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #e68a00;
}
