:root {
  --white: #ffffff;
  --black: #000000;
  --secondary: #2e3638;
  --theme: #1d546c;
  --font-body-weight: normal;
  --font-weight-bold: bold;
  --font-weight-semibold: 600;
  --font-weight-medium: 500;
  --font-body-family: "Be Vietnam Pro";
  --circle: 100%;
  --textcolor: #2e3638;
  --bgblack: #111212;
  --grey: #f2f2f2;
  --dark-theme: #0c2b4e;
}
