responsive layout with popup slider
This commit is contained in:
parent
9762b3ec59
commit
5251705af9
79 changed files with 3095 additions and 998 deletions
14
_scss/helpers/variables.scss
Normal file
14
_scss/helpers/variables.scss
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
// Base colors
|
||||
$white: #ffffff;
|
||||
$black: #000000;
|
||||
$dark-gray: #242424;
|
||||
|
||||
// Brand colors
|
||||
$gold: #FFDF3F;
|
||||
$shade-gold: #EECF06;
|
||||
$royal-blue: #6166E9;
|
||||
|
||||
// Typography
|
||||
$base-font-family: 'Poppins', sans-serif !default;
|
||||
$text-font-family: 'Prata', serif;
|
||||
$footer-font-family: 'Inter', sans-serif;
|
||||
Loading…
Add table
Add a link
Reference in a new issue