:root {
  --primaryColor: #232F3E;
  --titleColor: #17364a;
  --secondaryColor: #485769;
  --txtColor: black;
  --txtColor2: white;
  --hint: #002B5C;

  --radius: 0.25rem;

  --boxShadow: 1px 1px 1px 1px rgba(0, 0, 0, .6);

  --fit: fit-content;

  --margin: 0 auto;

  --modalBcg : rgba(0,0,0,0.45);
}