:root {
    --font-family: 'Arial';
    --element-header-font-family: "Arial";
    --element-entry-header-font-family: Arial Bold;
    --header-image-name: url('/styles/custom/ssp/images/headerLogo.jpg');
    --background-image-name: url('/styles/custom/ssp/images/bg.png');
    --background-image-opacity: 0.3;
    --element-header-h2-color: Teal;
    --hyperlink-color: Teal;
    --hyperlink-hover-color: gray;
    --button-color: black;
    --button-width: 100%;
    --button-hover-color: gray;
    --button-signup-color: Teal;
    --button-signup-hover-color: gray;
    --element-header-subheading-entry-font-size: 12px;
    --element-field-label-size: 12px;
    --register-details-margin-top: 10px;
    --desktop-header-bg-color: black;
}
