:root {
  --tf-primary: #1F2937;
  --tf-secondary: #374151;
  --tf-accent: #737373;
  --tf-bg: #FFFFFF;
  --tf-text: #171717;
  --tf-radius: 0px;
  --tf-shadow: none;
  --tf-header-h: 60px;
  --tf-section-space: 6rem;
  --tf-font-heading: "Libre Baskerville", Georgia, serif;
  --tf-font-body: Helvetica, Arial, sans-serif;
}
body { background: #fff; color: var(--tf-text); font-family: var(--tf-font-body); }
.tf-header { background: var(--tf-secondary); }
.tf-footer { background: var(--tf-secondary); }
.tf-logo, .tf-section-title, .tf-hero__title, .tf-editorial__title { font-family: var(--tf-font-heading); }
.tf-product-card { border-radius: var(--tf-radius); box-shadow: var(--tf-shadow); }

.tf-product-card{background:#fff}

.tf-editorial { padding: 6rem 0 5rem; }
.tf-product-card { box-shadow: none !important; border: 1px solid #e5e7eb; border-radius: 0 !important; }
.tf-section-title { font-weight: 400; letter-spacing: -0.02em; }
.tf-home .tf-products { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
@media (min-width: 768px) { .tf-home .tf-products { grid-template-columns: repeat(3, 1fr); } }
.tf-logo { font-weight: 400; letter-spacing: 0.02em; }

