@import url("/static/font/font.css"); :root { --blue: #9edae2; --pink: #f7d8e8; --orange: #ffc496; --yellow: #f9f5b0; --green: #9fd3a8; --content-width: 1440px; --radius: 12px; --background: var(--yellow); --font: "Pirelli"; --title: 36px; --text: 24px; --app-margin: 30px; } @media (max-width: 991.98px) { :root { --app-margin: 18px; --text: 21px; } }