@font-face {
  font-family: 'Foglihten';
  src: url('../fonts/foglihten/Foglihten.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --mf-bg: #F5E9E2;
  --mf-bg-alt: #FFFFFF;
  --mf-accent-soft: #E3B5A4;
  --mf-accent-primary: #773344;
  --mf-accent-primary-hover: #5C2836;
  --mf-accent-primary-rgb: 119, 51, 68;
  --mf-text: #2D2D2D;
  --mf-text-light: #FFFFFF;
  --mf-text-muted: #6B5E5E;
  --mf-border: #E3B5A4;
  --mf-shadow: rgba(119, 51, 68, 0.08);
  --mf-font-display: 'Foglihten', Georgia, 'Times New Roman', serif;
  --mf-font-body: Georgia, 'Times New Roman', serif;
  --mf-border-radius: 2px;
  --mf-letter-spacing: 0.08em;
  --mf-transition: 0.3s ease;
  --mf-footer-bg: #2D1A1F;
  --mf-footer-text: #E3B5A4;
  --mf-hero-gradient: linear-gradient(135deg, #3D1A24 0%, #773344 40%, #5C2836 100%);
  --mf-hero-circle-1: rgba(227, 181, 164, 0.08);
  --mf-hero-circle-2: rgba(227, 181, 164, 0.06);
  --mf-hero-cta-bg: #E3B5A4;
  --mf-hero-cta-color: #773344;
  --mf-hero-cta-shadow: rgba(227, 181, 164, 0.4);
}
