|
|
@@ -14,10 +14,11 @@ $primary-light: #00D6A3
|
|
14
|
14
|
$primary-lighter: #CEFFF3
|
|
15
|
15
|
$primary-dark: #007351
|
|
16
|
16
|
|
|
17
|
|
-$cia_red: #a10000
|
|
18
|
|
-$cia_white: #ffffff
|
|
19
|
|
-$cia_grey: #efefef
|
|
20
|
|
-$cia_black: #0d0d0d
|
|
|
17
|
+$cia_red: #a10000 /* rgb(161, 0, 0) */
|
|
|
18
|
+$cia_white: #ffffff /* 100% white */
|
|
|
19
|
+$cia_grey: #efefef /* 5% black */
|
|
|
20
|
+$cia_black: #0d0d0d /* 95% black */
|
|
|
21
|
+
|
|
21
|
22
|
|
|
22
|
23
|
/* Fonts */
|
|
23
|
24
|
$sans: 'Questrial', sans-serif
|
|
|
@@ -44,6 +45,22 @@ $cia_transition: 200ms
|
|
44
|
45
|
src: local('Questrial'), local('Questrial-Regular'), url(https://fonts.gstatic.com/s/questrial/v8/QdVUSTchPBm7nuUeVf70viFl.woff2) format('woff2')
|
|
45
|
46
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
|
|
46
|
47
|
|
|
|
48
|
+/* latin-ext */
|
|
|
49
|
+@font-face
|
|
|
50
|
+ font-family: 'Questrial'
|
|
|
51
|
+ font-style: normal
|
|
|
52
|
+ font-weight: 400
|
|
|
53
|
+ src: url(https://fonts.gstatic.com/s/questrial/v13/QdVUSTchPBm7nuUeVf70sCFluW44JUcz.woff2) format('woff2')
|
|
|
54
|
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
|
|
|
55
|
+
|
|
|
56
|
+/* latin */
|
|
|
57
|
+@font-face
|
|
|
58
|
+ font-family: 'Questrial'
|
|
|
59
|
+ font-style: normal
|
|
|
60
|
+ font-weight: 400
|
|
|
61
|
+ src: url(https://fonts.gstatic.com/s/questrial/v13/QdVUSTchPBm7nuUeVf70viFluW44JQ.woff2) format('woff2')
|
|
|
62
|
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
|
|
|
63
|
+
|
|
47
|
64
|
/* Proportion (to be replaced with modular scale) */
|
|
48
|
65
|
$ms: 1vw
|
|
49
|
66
|
$base: 1em
|