body {
    background-color: var(--habit-white);
    display: flex;
    flex-direction: column
}

h1, h2, h3 {
    color: #0b7bfb;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: -0.03px
}

span.title {
    font-family: var(--habit-font-face-poppins);
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: -0.02px;
    color: var(--habit-dark-grey)
}
