diff --git a/assets/scss/_variables.scss b/assets/scss/_variables.scss index 70015b2..e9245ce 100644 --- a/assets/scss/_variables.scss +++ b/assets/scss/_variables.scss @@ -1,6 +1,13 @@ +// // Colors +// + +// General $primary: #5d78ff; $secondary: #282f49; +// Text +$headings-color: #282f49; +$body-color: #7e7e8a; // // Typography @@ -11,10 +18,6 @@ $secondary: #282f49; $font-family-base: "Poppins", sans-serif; $headings-font-family: "Yeseva One", cursive; -// @import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap'); -// $font-family-base: 'Merriweather', serif; -// $headings-font-family: 'Merriweather Sans', sans-serif; - // Size $font-size-base: 1.125rem; // 18px $h1-font-size: 60px; @@ -28,9 +31,5 @@ $h6-font-size: 16px; $headings-margin-bottom: 1.5rem; $line-height-base: 1.75; -// Coloring -$headings-color: #282f49; -$body-color: #7e7e8a; - // Misc $link-hover-decoration: none;