:root {
  /* FONTS */
  --primaryFont:"Open Sans", sans-serif;
  /* COLOURS */
  --primary: #00538d;
  --secondary: #00aeca;
  --third: #00aeca;
  --fourth: #ececec;

  --blue:#042447;
  --blue-dark:#042447;

  --actionBtn: #ff0015;
  --actionBtnHover: #00b8c9;
  --actionBtnText: #fff;


  --gridColumnGap: 6px;
  --gridRowGap: 6px;

  --textcolor: #fff;
  --menuText: #fff;
  --link: #ff0015; 
  --priceColor: #000000;
  --icons: #ffffff;
  --socialMedia: #07bbd8;

  --radius:8px;
  --borderColour:#d9d9d9;;

  --footer: #08203b;
  --footerMiddle: #042447;
  --footerText: #ffffff;

  --copyright: #303030;
  --action: #00538d;

  /* HEADERS WIDTH*/
  --headerDesktop: 160px;
  --headerMobile: 87px;
  --headerIcons: 30px;

  --primaryWidth: 1140px;

  --topMenuBackground: linear-gradient(180deg,#07142f,#0d1f4f);

}