/*
Theme Name: Caps Project
Theme URI: https://example.com/caps-project
Description: Ett child-tema till Hello Elementor, optimerat för projektet "Caps Project".
Author: Caps Project
Author URI: https://example.com
Template: hello-elementor
Version: 1.0.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: caps-project
Tags: hello-elementor, child-theme, minimal
*/

/* Lägg egna stilar nedan */
:root {
  --caps-accent: #2a6df4;
  --caps-dark: #0f172a;
  --caps-light: #f8fafc;
}

body.caps-project {
  background-color: var(--caps-light);
}
