summaryrefslogtreecommitdiff
path: root/sass/abstracts/_variables.scss
blob: 5aea3e65fe8f1425a1a1a4a704da504122808541 (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 4rem 2rem 4rem;
$margin-mobile: 2rem;
$radius-text-container: 10px;