22 lines
489 B
CSS
22 lines
489 B
CSS
:root {
|
|
/* Colors*/
|
|
--brand-primary: #EB8202;
|
|
--brand-background: #201911;
|
|
--brand-white: #ffffff;
|
|
--fullblock: darkblue;
|
|
--input-placeholder: #998E82;
|
|
|
|
/*Fonts*/
|
|
--font-family-main: "Inter", sans-serif;
|
|
--font-family-headline: "Source Serif 4", serif;
|
|
|
|
/* Font-size*/
|
|
--font-size-title-h1: 62px;
|
|
--font-size-logo: 36px;
|
|
--font-size-text: 24px;
|
|
--font-size-smalltext: 18px;
|
|
|
|
/*Font-Weight*/
|
|
--font-weight-semibold: 600;
|
|
|
|
} |