/*
Theme Name: MobilnyMechanik
Theme URI: https://mobilnymechanik.pl
Description: Child theme dla GeneratePress - MobilnyMechanik
Author: Senior WordPress Architect
Author URI: https://mobilnymechanik.pl
Template: generatepress
Version: 1.1.0
Text Domain: mobilnymechanik
*/

/* Import parent theme styles */
@import url("../generatepress/style.css");

/* ===========================================
   BRAND VARIABLES & TYPOGRAPHY
   =========================================== */
/* Brand Variables are now managed in assets/css/design-system.css */

body {
    font-family: var(--mm-font-stack);
    color: var(--mm-text-main);
}

/* ===========================================
   GLOBAL ELEMENTS
   =========================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--mm-font-display);
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--mm-black);
}

/* Slogan Style - Veni. Vidi. Fixi. */
.mm-brand-slogan {
    font-family: var(--mm-font-display);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--mm-black);
    margin: 0;
}

.mm-brand-slogan .dot {
    color: var(--mm-yellow);
    /* Kropki w akcentowym kolorze */
}

/* Subscription panel styles moved to assets/css/woocommerce.css (Section 17) */