/*** DESIGN SYSTEM ****/

:root {
    /**
        COLOR
     */
    --primary-color: #001B7A;
    --second-color: #001B7A;
    --third-color: #001B7A;
    /**
        FONT FAMILY DEFAULT
     */
    --font-family: "Poppins", sans-serif;
    --fontW100: 100;
    --fontW200: 200;
    --fontW300: 300;
    --fontW400: 400;
    --fontW500: 500;
    --fontW600: 600;
    --fontW800: 800;
    --fontW900: 900;
    --fontSitalic: italic;
    --fontSnormal: normal;
}

* {
    font-family: var(--font-family), sans-serif !important;
}

.box-logo {
    margin-top: -10% !important;
  }
