@font-face {
  font-family: Inter;
  src: url("../assets/fonts/Inter/static/Inter-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("../assets/fonts/Inter/static/Inter-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("../assets/fonts/Inter/static/Inter-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("../assets/fonts/Inter/static/Inter-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("../assets/fonts/Inter/static/Inter-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Jura;
  src: url("https://thunder.cyancycles.co.uk/themes/custom/jango_sub/assets/fonts/Jura/Jura-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jura;
  src: url("https://thunder.cyancycles.co.uk/themes/custom/jango_sub/assets/fonts/Jura/Jura-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jura;
  src: url("https://thunder.cyancycles.co.uk/themes/custom/jango_sub/assets/fonts/Jura/Jura-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jura;
  src: url("https://thunder.cyancycles.co.uk/themes/custom/jango_sub/assets/fonts/Jura/Jura-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jura;
  src: url("https://thunder.cyancycles.co.uk/themes/custom/jango_sub/assets/fonts/Jura/Jura-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo2";
  src: url("https://thunder.cyancycles.co.uk/themes/custom/jango_sub/assets/fonts/Exo2/Exo2-VariableFont_wght.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo2";
  src: url("https://thunder.cyancycles.co.uk/themes/custom/jango_sub/assets/fonts/Exo2/static/Exo2-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo2";
  src: url("https://thunder.cyancycles.co.uk/themes/custom/jango_sub/assets/fonts/Exo2/static/Exo2-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo2";
  src: url("https://thunder.cyancycles.co.uk/themes/custom/jango_sub/assets/fonts/Exo2/static/Exo2-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo2";
  src: url("https://thunder.cyancycles.co.uk/themes/custom/jango_sub/assets/fonts/Exo2/static/Exo2-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: FjordOne;
  src: url("https://thunder.cyancycles.co.uk/themes/custom/jango_sub/assets/fonts/FjordOne/FjordOne-Regular.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


body {
  color: #5c6873;
  font-family: "Inter", sans-serif;
}
h1,h2,h3,h4 {
  font-family: "Exo2", Tahoma;
  font-weight: 800;
}
@media (max-width: 1280px) {
  .cc-stripe-left { 
    background: #ffffff;
  }
  .cc-stripe-right { 
    background: #a0fefe;
  }
}
@media (min-width: 1280px) {
  .cc-stripe-left { 
    background: linear-gradient(75deg, #a0efef 0% 28%, #00aaaa 28% 40%, #ffffff 40% 92%, #90efef 92% 100%);
/* #f0fefe 0%, #f0efef 4%, #00aaaa 4% 8%,#f0efef 8%, #f0fefe 70%); */
  }
  .cc-stripe-right { 
    background: linear-gradient(285deg, #c0fefe 40%, #ffffff 40% 92%, #d0fefe 92% 100%);
    /* background: linear-gradient(288deg, #c0fefe, #d0efef 70%, #ffffff 70% 78%, #d0efef 78%, #d0fefe 100%); */
  }
}
