:root {
    --bg-body: #fff;
    --bg-gray: #adadad;
    --bg-gray-hover: #26bdef;
    --bg-box-header: #f1f1f1;
    --bg-box-header-hover: #829eb2;
    --bg-box-header-hover: #cdd8e0;
    --bg-box-header-text: #000;
    --bg-box-header-border: rgb(229, 229, 229);
    --bg-box-header-border-tick: 1px;
    --bg-box: #26bdef;
    --bg-box-text:#000;
    --body-fonts: "DM Sans", sans-serif;
    --box-shadow-tick: -1px;
}
.dm-sans-200 {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: "DM Sans", sans-serif !important;
    font-weight: 200;
}