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