/*
 Theme Name:   Hello Elementor Child
 Description:  Hello Elementor Child Theme
 Author:       Buzzbold
 Author URI:   https://buzzbold.com
 Template:     hello-elementor
 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:  hello-elementor-child
*/

:root {
  --color-serene-blue: rgb(28, 109, 153);
  --color-proud-orange: rgb(255, 54, 15);
  --color-growing-green: rgb(113, 227, 45);
  --color-sunglow-yellow: rgb(255, 16, 0);
  --color-modern-magenta: rgb(186, 28, 255);
  --color-new-chapter-white: rgb(250, 250, 250);

  --font-face-headline: acumin-pro, sans-serif;
  --font-face-body: acumin-pro, sans-serif;
}

body {
  font-family: var(--font-face-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-face-headline);
  color: var(--color-serene-blue);
}
