25 lines
666 B
CSS
25 lines
666 B
CSS
|
|
:root{
|
||
|
|
--font-size-xxl : 8rem;
|
||
|
|
--font-size-xl : 4.0625rem;
|
||
|
|
--font-size-l : 2.5rem;
|
||
|
|
--font-size-m : 1.125rem;
|
||
|
|
--font-size-s : 0.9375rem;
|
||
|
|
--font-size-xs : 0.625rem;
|
||
|
|
|
||
|
|
--line-height-title-l: 0.93em;
|
||
|
|
--line-height-title-m: 1em;
|
||
|
|
--line-height-bubble-title: 1em;
|
||
|
|
--line-height-current-text-l: 50px;
|
||
|
|
--line-height-current-text: 1.4em;
|
||
|
|
--line-height-label-m: 1em;
|
||
|
|
--line-height-label-s: 15px;
|
||
|
|
|
||
|
|
--spacing-l: calc(var(--spacing-m) * 2);
|
||
|
|
--spacing-m: 5rem;
|
||
|
|
--spacing-s: 1.75rem;
|
||
|
|
--spacing-xs: 1.25rem;
|
||
|
|
|
||
|
|
--color-blue:#4433FF;
|
||
|
|
--color-black: black;
|
||
|
|
--color-white: white;
|
||
|
|
}
|