@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');


:root {
  --themeprimaryclr: #ed1d24;;
  --themesecondaryclr: #212121;
  --themethirdclr: #6c757d;
  --themeforhtclr: #fff2f2;
  --liclr: #333;
  --plainclr: #fff;
  --darkclr: #000;
  --lightbg: #f5f5f5;
  --themehoverclr: #ff914c;
  --themehovertwo: #c45c6d;
  --bs-table-color: #cdcdcd;
  --bodyclr: #212529;
  --borderclr: #e0e0e0;
  --border-bottom-clr: #b1b1b1;
  --headingclr: #505050;

  /* share color */
  --greenclr: #008000;
  --blueclr:#00f;
  --greenbadge: #905042;
  --greenhover: #905042;
  --redclr: #ff914c;
  --orangeclr: #d68b00;
  --btnclrone: #1f1f1f;

  /* font family */
  --primaryfont: 'Roboto', sans-serif;
  --secondaryfont: 'Helvetica LT Narrow', sans-serif;


  --mainclr: #212529bf;
  --iconclr: #eee;
  --iconhoverclr: #c6c6c6;
}



body{
  color: var(--themesecondaryclr);
  line-height: 1.5;
  font-family: var(--primaryfont);

}