
/* SCSS variables */

$radius: 15px;
$theme-color-white: #FFFFFF;
$theme-color-gold: #BAA679;
$theme-color-gold2: #D6CAAF;
$theme-color-dark-gold: #9A8659;
$theme-color-dark: #363636;
$theme-color-light-grey: #F3F3F3;
$theme-color-grey: #9B9B9B;
$theme-color-grey2: #888888;
$theme-color-dark-grey: #707070;

$font-thin: 200;
$font-light: 300;
$font-regular: 400;
$font-bold: 600;
$font-black: 800;

$title-font: 'palatino';
$text-font: 'Lato';

$media-xs: 300px; // custom

/* Media Based on bootstrap */
$media-sm: 576px;
$media-md: 768px;
$media-lg: 992px;
$media-xl: 1200px;
$media-xxl: 1400px;
$media-xxxl: 1800px;
$media-xxxxl: 2400px;