blob: aa94d9f7fe7f3f2f80d6afff69d33b344c677edd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// colors
$col-main-light: #023059;
$col-main-dark: #093d5ec5;
$bg-text-container: #173d5a;
$text-main: #ececec;
$text-dark: #252424;
$text-special-dark: #e79759;
$text-special-light: #ecbf4b;
// font
$big-text: 2rem;
$medium-text: 1.5rem;
$medium-text-mobile: 1.3rem;
$small-text: 1.1rem;
// layout
$margin-main: 3rem 1rem 2rem 1rem;
$margin-mobile: 2rem;
$radius-text-container: 10px;
|