13 lines
350 B
CSS
13 lines
350 B
CSS
:root {
|
|
--title-font: 'CozetteVector';
|
|
--main-font: 'Segoe UI';
|
|
--text1: #fff; /* Primary text. */
|
|
--text2: #cac9c6; /* Secondary text. */
|
|
--text3: #b0afad; /* Third text color. */
|
|
--text4: #868584; /* Fourth text color. */
|
|
--background: #232222;
|
|
--primary: #227c9d;
|
|
--secondary: #ffcb77;
|
|
--accent: #17c3b2;
|
|
}
|