:root {
  --white: #ffffff;
  --black: #000000;
  --secondary: #2e3638;
  --theme: #f90000;
  --font-body-weight: normal;
  --font-weight-bold: bold;
  --font-weight-semibold: 600;
  --font-weight-medium: 500;
  --font-body-family: "Momo Trust Sans";
  --circle: 100%;
  --textcolor: #202020;
  --bgdark: #202020;
  --grey: #f5f5f5;
  --dark-theme: #003d8d;
}
