1
0
web-semprace/sass/vars.scss

51 lines
916 B
SCSS
Raw Normal View History

2023-11-20 16:52:40 +01:00
:root {
2023-11-30 14:02:52 +01:00
--clr-TrueBlue: #576ca8; /* TrueBlue */
--clr-TrueBlueDark: #444B64;
--clr-Lavender: #d3d2ef;
--clr-LavenderLight: #E3E2F7;
--clr-Murrey: #792a4c;
--clr-Blush: #cf6379;
--clr-Melon: #ffadad;
--clr-cards: #e4e3ff;
--container-size: 10vw;
2023-11-20 16:52:40 +01:00
}
2023-11-30 14:02:52 +01:00
/*
TrueBlue - 576CA8H
TrueBlueDarker - 444B64
Lavender - D3D2EF
LavenderLighter - E3E2F7
Murrey - 792A4C
Blush - CF6379
Melon - FFADAD
Coolvetica Light
font-family: "coolvetica", sans-serif;
font-weight: 300;
font-style: normal;
Coolvetica Book
font-family: "coolvetica", sans-serif;
font-weight: 400;
font-style: normal;
Coolvetica Regular
font-family: "coolvetica", sans-serif;
font-weight: 500;
font-style: normal;
Coolvetica Bold
font-family: "coolvetica", sans-serif;
font-weight: 700;
font-style: normal;
Coolvetica Heavy
font-family: "coolvetica", sans-serif;
font-weight: 900;
font-style: normal;
use.typekit.net
*/