:root {
    --primary: #1D3F4C;
    --access: #71C3CB;
    --text-light: #C1C1C1;
}

* {
    font-family: 'Popppins', sans-serif;
}

.primary {
    color: #1D3F4C;
}

.access {
    color: #71C3CB;
}

.text-light {
    color: #C1C1C1;
}