:root {
    --base-color: #070707;
    --text-color: #f1f1f1;
    --accent-color: #6200ee;
    --hover-color: #6200ee;
    --background-dark: #1a1a1a;
    --input-background: #2a2a2a;
    --border-color: rgb(48, 48, 48);
    --background-color: #070707;
    --main-color: #6200ee;
    --font-color: #b7b7b7;
    --border-hover-color: #383838;
    --main-color-background: rgb(98, 0, 238, 0.1);
    --font-color-50: rgba(183, 183, 183, 0.5);
}


@font-face {
    font-family: 'Titillium';
    src: url('../fonts/JosefinSans-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}



section h2 {
    color: white !important;
    font-size: 2em;
    font-weight: 600;
    text-align: center;
}


body {
    font-family: 'Titillium', sans-serif !important;
    background-color: var(--base-color) !important;
    color: var(--text-color) !important;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    overflow-x: hidden;
    height: 100%;
}