
:root {
    --primary-color: #ffbd08;
    --secondary-color: #111330;
    --accent-color: #37d4d9;
    --bg-color: #f5f5f5;
    --text-color: #505050;
    --title-font: 'Jost', sans-serif;
    --body-font: 'Jost', sans-serif;
    --white: #ffffff;
    --black: #000000;
}
