@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


:root {
  --themeprimaryclr: #ae001b;
  --light-primaryclr:#ae001b0d;
  --themesecondaryclr: #18181b;
  --themethirdclr: #dc0025;
  --themeforhtclr: #cacaca;
  --themefifthclr: #b3b3b3;
  --themesixthclr: #262626;
  --themesevenclr: #333;
  --plainclr: #fff;
  --darkclr: #000000;
  --lightbg: #eae8e7;
  --lightbgtwo: #f6f3f2;
  --lightbgthree: #fafafa;
  --lightbgfour: #fbf9f8;
  --lightbgfive: #f4f4f5;
  --lightbgfive: #f4f4f5;
  --lightbgsix: #ffffffb3;
  --themehoverclr: #595656;
  --themehovertwo: #f0f0ef;
  --bs-table-color: #cdcdcd;
  --bodyclr: #262626;
  --borderclr: #e4e4e7;
  --borderclrtwo:#333;
  --borderclrthree: #ededed;
  --borderclrfour: #d3cfc9;
  --border-bottom-clr: #dee2e6;



  /* text color  */
  --textclr1:#1b1c1c;
  --textclr2:#51515b;
  --textclr3:#5f3f3d;
  --textclr4:#71717a;



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

  /* font family */
  --primaryfont: "Roboto", sans-serif;
  --secondaryfont:"Manrope", sans-serif;
  

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

body{
  font-family: 'Roboto', 'Droid Sans', sans-serif;

}
a,
p,
div,
span,
li {

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

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

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v321/kJEPBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzBwG-RpA6RzaxHMPdY40KH8nGzv3fzfVJO1Q.woff2) format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}