/*  @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: Lays;  src: url("Lays.ttf") format("opentype");}  
 @font-face {  font-family: LaysExtraBold;  src: url("LaysExtraBold.ttf") format("opentype");}  
:root {
    --fontfam:  Lays, sans-serif;  /*( montserrat, sans-serif; / myriad-pro, sans-serif / proxima-nova, sans-serif / futura-pt, sans-serif; / TescoModern, sans-serif;)*/   
    --altfontfam:  LaysExtraBold, sans-serif;  /*( montserrat, sans-serif; / myriad-pro, sans-serif / proxima-nova, sans-serif / futura-pt, sans-serif; / TescoModern, sans-serif;)*/   
    
    --bgcol: #940a08; /*page background color*/
    --fontcol:#fff; /*main above the line font color*/
    --bggrad: none /* Gradient background for page - either none or linear-gradient(to bottom, #fff, #0cbce3)*/;
    --altbgcol:#700606; /*form color*/
    --altfontcol:#fff;/*form font color*/
    --altbordercol: #fff; /*form border color*/
    --altshadow: 0px 0px 12px rgba(255,255,255,1); /*form shadow color*/
    --footerbgcol:rgba(255,255,255,0); /*footer color*/
    --footerfontcol:#fff;/*form font color*/
    --linkcol:#fff; /*color of any links*/
    --errorcol:#d69c9c; /*error message color*/
    --bgimage:  url("/images/bg.jpg"); /*background image*/
    --bgattach: scroll; /*scollable or fixed bg image*/
    --bgrep: no-repeat; /*repeat repeat-x repeat-y no-repeat*/
    --bgsize: 100% auto; /*cover (fills page) 100% 100vh auto etc*/ 
    --logo: url("/images/packs.png");
    --footer: url("/images/pixel.png"); /*centered footer image*/
    --footer1: url("/images/cornerpack.png"); /*left footer image do not use with --footer one or other only*/
    --footer2: url("/images/cup.png"); /*right footer image do not use with --footer one or other only*/
    --pagefooter: url("/images/pixel.png"); /*centered page footer image*/
    --spinner: url("/images/pixel.png"); /*landing spin image animation if required*/
    --buttoncol:  #69a22f; /*button color*/
    --buttonfont: #fff; /*button font color*/
    --buttonbordercol: #fff; /*button border color*/
    --buttonshadow: 1px 2px 5px rgba(255,255,255,0); /*button shadow color*/
}