You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
374 B
CSS
25 lines
374 B
CSS
@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;
|
|
}
|
|
}
|