/*
Theme Name: POCA Child Theme
Theme URI: https://projectpoca.org/
Description: Clean POCA child theme scaffold built on Hello Elementor.
Author: POCA
Version: 1.0.0
Template: hello-elementor
Text Domain: poca-child-theme
*/

:root {
  --poca-bg: #ffffff;
  --poca-text: #111111;
  --poca-accent: #2f6df6;
}

body {
  background: var(--poca-bg);
  color: var(--poca-text);
}
