:root {
    --bg-body: #fff;
    --bg-gray: #adadad;
    --bg-gray-hover: #ffd64e;
    --bg-box-header: #003a61;
    --bg-box-header-hover: #829eb2;
    --bg-box-header-text: #fff;
    --bg-box-header-border: rgb(213, 212, 212);
    --bg-box-header-border-tick: 2px;
    --bg-box: #ffd64e;
    --bg-box-text:#000;
    --body-fonts: "DM Sans", sans-serif;
    --box-shadow-tick: -2px;
}
.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: #fff;
    font-family: "DM Sans", sans-serif !important;
    font-weight: 200;
}
.white-section {
    -webkit-box-shadow: 0px !important;
    box-shadow: 0px !important;
    border-radius: 0px;
}