/**
 * ForgR Theme: MINIMAL
 * Épuré, sobre, sans-serif moderne
 */

body.theme-minimal {
    --font-family-heading: 'Inter', sans-serif;
    --font-family-primary: 'Inter', sans-serif;
    --card-border-radius: 0;
    --card-shadow: none;
    --card-border: 1px solid var(--border-color);
    --card-hover-shadow: none;
    --card-hover-transform: none;
}

body.theme-minimal h1,
body.theme-minimal h2,
body.theme-minimal h3,
body.theme-minimal h4,
body.theme-minimal .entry-title,
body.theme-minimal .wp-block-latest-posts__post-title {
    font-family: var(--font-family-heading);
    font-weight: 600;
    letter-spacing: -0.01em;
}

body.theme-minimal .main-nav li a {
    font-family: var(--font-family-primary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.85rem;
    font-weight: 500;
}

body.theme-minimal .site-header {
    border-bottom: none;
}

body.theme-minimal .post-category {
    background-color: var(--font-color);
    color: var(--font-color-light);
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
