1
0
web-semprace/sass/vars.scss

51 lines
915 B
SCSS

:root {
--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: 5vw;
}
/*
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
*/