/*
Theme Name: Uralla Auto Club Child
Theme URI: https://urallaautoclub.com.au/
Description: Child theme for the Uralla Auto Club website using Neve.
Author: OpenAI
Template: neve
Version: 1.0.0
Text Domain: uralla-auto-club-child
*/

:root {
  --uac-red: #7F2118;
  --uac-orange: #D46B08;
  --uac-cream: #F4EAD3;
  --uac-soft-cream: #FFF9EE;
  --uac-black: #111111;
}

body {
  background-color: var(--uac-soft-cream);
}

.site-title, .entry-title {
  color: var(--uac-red);
}

.wp-block-button__link,
.elementor-button {
  background-color: var(--uac-orange);
}
