/*
Theme Name: Imagine Events Child
Theme URI: https://example.com/imagine-events
Description: Child theme for Imagine Events — based on Betheme.
Author: Imagine Events
Author URI: https://example.com
Template: betheme
Version: 1.0.0
Text Domain: imagine-events
*/

/* --- Child theme styles --- */
:root{
  --ie-black: #000000;
  --ie-silver: #A9A9A9;
  --ie-white: #ffffff;
}
body{
  font-family: "Open Sans", Arial, sans-serif;
  color: var(--ie-white);
  background-color: var(--ie-black);
}
h1,h2,h3,h4{font-family:"Montserrat", Arial, sans-serif;}
/* Add your custom CSS below */
