::selection {
    background: var(--primary-blu-color);
    color: #ffffff;
}

:root {
    --primary-blu-color: rgb(0, 160, 176);
}

.container-inline-block {
    display: inline-block;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-600 {
    font-weight: 600;
}

html {
    /* font-weight:300; */
}