/*
Theme Name:   Hello Elementor Child — MeshedUpATX
Theme URI:    https://www.meshedupatx.com/
Description:  Custom child theme for MeshedUpATX. Houses the contact mailer and any custom PHP, CSS, or template overrides. Built by The Omni Shot.
Author:       The Omni Shot
Author URI:   https://theomnishot.com/
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  hello-elementor-child
*/

/* You see me? I see you. — Omni Shot */

/* MeshedUpATX brand tokens — available globally if you want to use them */
:root {
  --mup-navy: #0a1438;
  --mup-navy-deep: #050a1f;
  --mup-navy-mid: #0f1b47;
  --mup-gold: #ffb81c;
  --mup-gold-light: #ffc94d;
  --mup-text: #eef1fa;
  --mup-text-muted: #cdd5ee;
  --mup-text-dim: #9aa3c2;
  --mup-border: #1f2d63;
  --mup-card: rgba(15,27,71,0.7);
  --mup-card-border: #1f2d63;
}

/* Optional global tweaks — uncomment if needed
body { -webkit-font-smoothing: antialiased; }
*/
