/*
 Theme Name:   Hirxpert Child
 Theme URI:    https://gpma.gr/
 Description:  Child theme for Hirxpert. Use this to add custom CSS/PHP without touching the parent theme.
 Author:       GPMA
 Author URI:   https://gpma.gr/
 Template:     hirxpert
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hirxpert-child
*/

/* Add your custom CSS below */
:root {
  /* GPMA brand colors */
  --gpma-blue-1: #0056a0;
  --gpma-blue-2: #007aff;
}

body {
  /* Example tweak (remove if not needed) */
  scroll-behavior: smooth;
}