@font-face {
    font-family: 'Manrope';
    src: url("../font/Manrope-Bold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: 'Manrope';
    src: url("../font/Manrope-Light.ttf");
    font-weight: 400;
}

:root {
    --primary: #101931;
    --active: #F2994A;
    --light: linear-gradient(180deg, #EBF3FA 1.04%, #E6EFF9 33.33%, #E6F0F9 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    color: var(--primary);
}
