/*
Theme Name: Perfecta Hello Child
Theme URI: https://hagalaz.design/perfecta-hello-child
Description: Minimal child theme for Hello Elementor. Lightweight, accessible starter stylesheet.
Author: Marco Nötzold (Hagalaz Design)
Author URI: https://hagalaz.design
Template: hello-elementor
Version: 1.0.0
Text Domain: perfecta-hello-child
Tags: lightweight, accessibility, translation-ready
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* ----------------------------------------------------------
   Basic child theme styles
   Comments and strings in English as requested.
   ---------------------------------------------------------- */

/* Design tokens */
:root {
  --perfecta-primary: #0d6efd;
}

/* Focus visible for accessibility */
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 3px solid rgba(13,110,253,0.35);
  outline-offset: 2px;
}

/* Ensure system font stack for performance */
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Example customization: link color */
a {
  color: var(--perfecta-primary);
}

/* Place custom child theme rules below this line. */
