 /*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800;900&display=swap'); */ /*montserrat*/
/*   @import url("https://use.typekit.net/vrr7jbl.css");  *//*proxima nova*/
/*@import url("https://use.typekit.net/roe5pox.css"); Myriad pro*/
/*@import url("https://use.typekit.net/dln2toq.css");futura PT*/
@font-face {  font-family: TescoModern;  src: url("TESCO.otf") format("opentype");} 

:root {
    --fontfam:  TescoModern, sans-serif;  /*( montserrat, sans-serif; / myriad-pro, sans-serif / proxima-nova, sans-serif / futura-pt, sans-serif; / TescoModern, sans-serif;)*/   
    --bgcol: #a6a39e; /*page background color*/
    --fontcol:#00539F; /*main above the line font color*/
    --bggrad: none /* Gradient background for page - either none or linear-gradient(to bottom, #fff, #0cbce3)*/;
    --altbgcol:rgba(255,255,255,0.6); /*form color*/
    --altfontcol:#00539F;/*form font color*/
    --altbordercol: #00539F; /*form border color*/
    --altshadow: 0px 0px 0px #000; /*form shadow color*/
    --footerbgcol:rgba(255,255,255,1); /*footer color*/
    --footerfontcol:#00539F;/*form font color*/
    --linkcol:#00539F; /*color of any links*/
    --errorcol:#EE1C2E; /*error message color*/
    --bgimage:  url("/images/bg.jpg"); /*background image*/
    --bgattach: scroll; /*scoll or fixed bg image*/
    --bgrep: no-repeat; /*repeat repeat-x repeat-y no-repeat*/
    --bgsize: cover; /*cover (fills page) 100% 100vh auto etc*/ 
    --logo: url("/images/logo.png");
    --footer: url("/images/pixel.png"); /*centered footer image*/
    --footer1: url("/images/botl.png"); /*left footer image do not use with --footer one or other only*/
    --footer2: url("/images/pixel.png"); /*right footer image do not use with --footer one or other only*/
    --pagefooter: url("/images/footer2.png"); /*centered page footer image*/
    --spinner: url("/images/footer.png"); /*landing spin image animation if required*/
    --buttoncol:  #EE1C2E; /*button color*/
    --buttonfont: #ffffff; /*button font color*/
    --buttonbordercol: rgba(0,0,0,0); /*button border color*/
    --buttonshadow: 0px 0px 0px #000; /*button shadow color*/
}