:root {
  --white: #ffffff;
  --black: #000000;
  --secondary: #cf261a;
  /* --theme: #668db2; */
  --primary: #016699;
  --accent-color:#1c75a0;
  --textcolor: #333333;
  --bg-light: #f9f9f9;
  --font-body-weight: normal;
  --font-weightbold: bold;
  --font-weightsemibold: 600;
  --font-weightmedium: 500;
  --font-theme-family: "Poppins";
  --circle: 100%;
}
