aboutsummaryrefslogtreecommitdiff
path: root/assets/scss/_variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/_variables.scss')
-rw-r--r--assets/scss/_variables.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/assets/scss/_variables.scss b/assets/scss/_variables.scss
new file mode 100644
index 0000000..1cc22c5
--- /dev/null
+++ b/assets/scss/_variables.scss
@@ -0,0 +1,24 @@
+/**
+ * SCSS Variables
+ **/
+
+// Colors
+
+$bg-dark: rgba(109, 78, 128, 1);
+$fg-header-h1: rgba(220, 201, 133, 1);
+
+$bg-fair: rgba(173, 151, 56, 0.68);
+$fg-color: #f3f0e4;
+
+$bg-gfx-off: rgba(191, 138, 112, 0.7);
+$bg-gfx-on: rgba(191, 138, 112, 0.9);
+$bg-txt-off: rgba(166, 191, 112, 0.7);
+$bg-txt-on: rgba(166, 191, 112, 0.9);
+$bg-vdo-off: rgba(112, 166, 191, 0.5);
+$bg-vdo-on: rgba(112, 166, 191, 0.9);
+
+// Fonts
+
+$font-h: 'Cormorant Garamond', serif;
+$font-t: Abel, 'Open Sans', sans-serif;
+