:root {
    --primary-color: #1f222b;
    --secondary-color: #C28726;
    --accent-color: #DCA54A;
    --bg-color: #14161d;
    --text-color: #dbd8bc;
    --text-highlight-color: #b3b092;
}
    /*font-family: 'Inter', system-ui, sans-serif;*/

body {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}