/* Pure Luxury Styling for Avery Gilmer Redesign */

html {
  scroll-behavior: smooth;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background-color: #ffffff;
  color: #0c0e12;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Headings Typography */
h1, h2, h3, h4, h5, h6, .font-serif {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
  background: #f8f6f0;
}
::-webkit-scrollbar-thumb {
  background: #d4b87c;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #c5a059;
}

/* Selection Color */
::selection {
  background-color: #c5a059;
  color: #ffffff;
}

/* Video fit */
video {
  object-fit: cover;
}
