/*
Theme Name: Kalacious Entertainment
Theme URI: https://kalaciousentertainment.ca
Author: Kalacious Entertainment
Author URI: https://kalaciousentertainment.ca
Description: A custom WordPress theme for Kalacious Entertainment
Version: 1.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kalacious
*/

:root {
  --primary-color: #1A1F47;    /* Dark blue */
  --accent-color: #FF0844;     /* Red */
  --secondary-color: #00F0FF;  /* Cyan */
  --text-color: #FFFFFF;
  --font-heading: 'Orbitron', sans-serif;
  --font-body: 'Inter', sans-serif;
}

body {
  /* background-color: var(--primary-color); */
  color: var(--text-color);
  font-family: var(--font-body);
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
}