@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --themeprimaryclr: #e90000;
  --themesecondaryclr: #ffc107;
  --themethirdclr: #000000;
  --themeforhtclr: #e0dede;
  --themefifthclr: #242424;
  --customhover: #fff2f2;
  --plainclr: #fff;
  --darkclr: #000000;
  --lightbg: #f4f5f4;
  --themehoverclr: #595656;
  --themehovertwo: #f0f0ef;
  --bs-table-color: #cdcdcd;
  --bodyclr: #212529;
  --borderclr: #d8d8d8;
  --border-bottom-clr: #e2e2e2;
  --footer-bgclr: #242424;
  --header-bgclr: #f8f8f8;



  /* share color */
  --greenclr: #00a207;
  --greenbadge: #52c504;
  --greenhover: #008f03;
  --redclr: #ff2b2b;
  --orangeclr: #d68b00;
  --btnclrone: #1f1f1f;

  /* font family */
  --primaryfont: "Jost", sans-serif;
  

  /* new addon */
  --gallery-overlay: #05090ac2;
  --closeclr: #ff0000;
  --overlight: #343e45;
  --lihover-clr: #525252;
  --mainclr: #212529bf;
}

body,
a,
p,
div,
span,
li {

  font-family: var(--primaryfont);
}

p {
  font-family: var(--primaryfont);
}