

@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --font-family: "Inter", sans-serif;
    --second-family: "Commissioner", sans-serif;
    
    --accent-color-greek: #008eea;
    --accent-color-english: #ee3324;
	--accent-color-spanish: #fcbd10;
	--accent-color-russian: #1a4895;
    --accent-color-individual: #000000;
    
    --bg-color-greek: linear-gradient(215deg, #008eea 3.15%, #fff 100%);
    --bg-color-english: linear-gradient(122deg, #ff5c4f 0.4%, #fff 100%);
    --bg-color-spanish: linear-gradient(215deg, #fcbd10 3.15%, #fff 100%);
    --bg-color-russian: linear-gradient(130deg, #1a4895 0.4%, #fff 100%);
    --bg-color-individual: #F5F5F5;
    
    --lesson-img-greek: url(https://fs.getcourse.ru/fileservice/file/download/a/878614/sc/81/h/a7ac5dc5b02352785a217732a4a2c916.png);
    --lesson-img-english: url(https://fs.getcourse.ru/fileservice/file/download/a/878614/sc/39/h/44a55460af8d564111aa68af3007581f.png);
    --lesson-img-spanish: url(https://fs.getcourse.ru/fileservice/file/download/a/878614/sc/89/h/b5d0950a551c879e11d2cd1795930ab0.png);
    --lesson-img-russian: url(https://fs.getcourse.ru/fileservice/file/download/a/878614/sc/5/h/8dcc359a96509259e01db65925411f10.png);
    --lesson-img-individual: url(https://fs.getcourse.ru/fileservice/file/download/a/878614/sc/116/h/3401f86597d070fa5a9ef9c4d9d74713.png);
}

