/*
Theme Name: Comet Sound
Theme URI: https://cometsound.com
Author: Comet Sound
Author URI: https://cometsound.com
Description: Custom premium WordPress theme for Comet Sound audio plugins, Comet AI and digital commerce. Dark, cinematic, deep-scrolling, performance-conscious.
Version: 0.3.0
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.2
Text Domain: comet-sound
*/

/* =========================================================
   Comet Sound — style.css

   The visual system is modular and enqueued in this order:
     asset/css/foundation.css   (tokens, reset, hero, base)
     asset/css/components.css    (cards, console, footer, nav…)
     asset/css/home.css          (front page sections)
     asset/css/pages.css         (page templates)
     asset/css/responsive.css    (breakpoints)

   This file is kept intentionally thin (theme header +
   small WP-default overrides). Do not grow it into a
   monolith — add rules to the modular files above.
   ========================================================= */

/* Default WP content (generic pages / posts using the_content) */
.cs-rte {
    max-width: 72ch;
    margin-inline: auto;
}

.cs-rte > * + * {
    margin-top: 1.1rem;
}

.cs-rte h2,
.cs-rte h3 {
    margin-top: 2rem;
}

.cs-rte a {
    color: var(--cs-green);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cs-rte img {
    border-radius: var(--radius);
}
