/*
Theme Name: Theme Title
Author: JE Consulting
Author URI: https://www.je-consulting.co.uk/
Version: 1
*/
html {
  scroll-behavior: smooth;
}
:root {
	--textcolour: #000;
}
p{
	color: red;
}