/*
 Theme Name: MoMoney Child (Ultimate Audio Streaming)
 Theme URI: https://momoneystudios.com
 Description: Child theme for the "Ultimate Audio Streaming" theme with MoMoney Studios branding, neon accents, and music-first landing pages.
 Author: Mo
 Template: ultimate-audio-streaming
 Version: 1.0.0
 Text Domain: momoney-uas-child
 Tags: music, audio, streaming, neon, child-theme
*/

/* IMPORTANT:
   The parent theme enqueues get_stylesheet_uri() under its own handle.
   When this child theme is active, that points to THIS file.
   We therefore enqueue the parent's style.css separately in functions.php.
*/

/* Base brand tokens */
:root{
  --mm-bg: #040510;
  --mm-surface: #0b0f26;
  --mm-primary: #6a5cff;
  --mm-secondary: #00f5ff;
  --mm-accent: #ff3b9d;
  --mm-text: #e5e5f5;
  --mm-muted: #6e6f93;
  --mm-radius: 18px;
}

/* Minimal safe overrides (the rest lives in assets/css/*.css) */
body{
  background-color: var(--mm-bg);
  color: var(--mm-text);
}

a{
  text-decoration-thickness: 2px;
  text-underline-offset: 0.15em;
}
