:root {
    --bg-body: #fff;
    --bg-gray: #adadad;
    --bg-gray-hover: #B7234C;
    --bg-box-header: #031848;
    --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: #B7234C;
    --bg-box-text:#fff;
    --body-color: #B7234C;
    --body-fonts: 'Plus Jakarta Sans', sans-serif;
    --box-shadow-tick: -2px;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('https://fonts.gstatic.com/s/plusjakartasans/v11/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yw.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
body {
    line-height: 1.5;
    color: var(--body-color);
    /*font-family: "DM Sans", sans-serif !important; */
    font-family: var(--body-fonts) !important;
    font-weight: 200;
}
.white-section {
    -webkit-box-shadow: 0px !important;
    box-shadow: 0px !important;
    border-radius: 0px;
}
h1, h2, h3, .h3, h4, h5, h6 {
    font-family: var(--body-fonts) !important;
}