/*
Theme Name: Result Minds (Hello Child)
Theme URI: https://resultminds.com/
Description: Child theme for Hello Elementor. Minimal premium styling for Result Minds.
Author: Result Minds
Author URI: https://resultminds.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: resultminds-hello-child
*/

:root{
  --rm-black:#000000;
  --rm-white:#ffffff;
  --rm-red:#ff4433;
  --rm-border:#e9e9e9;
  --rm-muted:#555555;
}

/* Keep front-end calm and clean; Elementor handles most layout/styling. */
body{
  color: var(--rm-black);
  background: var(--rm-white);
}

/* Better focus visibility without flashy effects */
:focus-visible{
  outline: 2px solid rgba(255,68,51,0.35);
  outline-offset: 2px;
}
