/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;800&family=Crimson+Pro:wght@300;400;500;600&family=Inter:wght@400;500;600;700&display=swap');

/* Font Faces */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Typography Scale */
.f7k3d_display2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: -1px;
}

.f7k3d_serif9 {
  font-family: 'Crimson Pro', serif;
  font-weight: 400;
}

.f7k3d_sans8 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

/* Heading Hierarchy */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  line-height: 1.3;
  font-weight: 700;
}

p {
  font-family: 'Crimson Pro', serif;
  font-size: 1.1rem;
  line-height: 1.8;
}

/* Font Weights */
.f7k3d_light3 { font-weight: 300; }
.f7k3d_regular4 { font-weight: 400; }
.f7k3d_medium7 { font-weight: 500; }
.f7k3d_semibold9 { font-weight: 600; }
.f7k3d_bold2 { font-weight: 700; }
