html,
body {
    height: fit-content;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

* {
    --primary-color: #121824;
    --secondary-color: #dc3545;
    --text-muted: rgba(255, 255, 255, 0.5);
}
