@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;800&display=swap');

/* ============================================================
   Steam Fighter — steampunk skin overrides
   (loaded after main.css + color.php; palette lives in main.css/color.php)
   ============================================================ */

/* Engraved, brass-plate display type for all headings + CTAs */
h1, h2, h3, h4, h5, h6,
.section-title, .hero__title, .game-name,
.choose-card__content .title, .work-card .title, .title {
    font-family: 'Cinzel', 'Times New Roman', serif !important;
    letter-spacing: .02em;
}

.cmn-btn, .cmn-btn-two {
    font-family: 'Cinzel', serif !important;
    text-transform: uppercase;
    letter-spacing: .06em;
    border-radius: 4px;
}

/* Riveted brass-trimmed panels for the card surfaces */
.game-card, .choose-card, .feature-card,
.work-card, .testimonial-card__content, .winner-item {
    border: 1px solid rgba(192, 136, 60, .35);
    box-shadow: inset 0 0 0 1px rgba(13, 10, 6, .6);
}

/* Brass section dividers + warm parchment muted text */
.section-header .section-title { text-shadow: 0 2px 6px rgba(13, 10, 6, .55); }
.text-muted, .subheading, p.mt-3 { color: #c9b48a; }
