* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    
    body {
      font-family: 'Montserrat', sans-serif;
      background: #fefefe;
      color: #1e1e2a;
      line-height: 1.5;
      scroll-behavior: smooth;
    }
    
    h1, h2, h3, h4, .logo h2, .section-title, .hero-content h1, .service-card h3, .team-card h3, .product-info h3 {
      font-family: 'Playfair Display', serif;
    }
    
    p, .nav-links a, .btn-primary, .btn-outline, .service-card p, .team-card p, .team-card small, .product-info p, .price, .client-logos, footer, .cat-btn, form input, form select, form textarea, button, .admin-badge a {
      font-family: 'Montserrat', sans-serif;
    }