﻿@import "/css/hay.css";

:root {
	/* Primary and secondary colours */
	--primary: var(--rich-teal);
	--primary-bright: var(--bright-teal);
	--primary-light: var(--light-teal-tint);
	--secondary: var(--rich-green-2);
	/* Foreground text colour for high contrast with background */
	--primary-text: #000;
	--secondary-text: #000;
}