/*
Theme Name: Bright Ideas Training
Theme URI: https://brightideastraining.co.za/
Author: Bright Ideas Training
Description: A lightweight custom WordPress theme foundation for Bright Ideas Training.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: bright-ideas-training
*/

:root {
  --bright-ideas-maroon: #641B2E;
  --bright-ideas-blue: #173F8A;
  --bright-ideas-bg: #F6F7F9;
  --bright-ideas-white: #FFFFFF;
  --bright-ideas-text: #151922;
  --bright-ideas-muted: #667085;
  --bright-ideas-accent: #C99A3D;
}

body {
  margin: 0;
  background: var(--bright-ideas-bg);
  color: var(--bright-ideas-text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

a {
  color: var(--bright-ideas-blue);
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.site-header,
.site-footer,
.site-main {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}
