/* Explain: Coffee commerce theme tokens for the AeroPress Pro Kit landing page */
:root {
    --primary-color: #B66A3C;
    --primary-hover: #9E5530;
    --secondary-color: #3B241B;
    --accent-color: #F4D7A1;
    --mint-color: #F4D7A1;
    --aqua-color: #B66A3C;
    --navy-color: #3B241B;
    --sand-color: #FFF8ED;
    --background-color: #FFF8ED;
    --surface-color: #FFFFFF;
    --text-color: #202124;
    --text-muted: #6F625A;
    --border-color: rgba(59, 36, 27, 0.14);
    --shadow-soft: 0 24px 70px rgba(59, 36, 27, 0.16);
    --shadow-card: 0 18px 45px rgba(59, 36, 27, 0.1);
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Inter', sans-serif;
}
