// Top Navigation Bar
$top-navbar-bg: #FFF8E1 !default; // Soft wheat

// Colors - custom for theme
$primary: #c08c00 !default; // Warm goldenrod
$secondary: #6B5B4D !default; // Earthy brown
$light: #FFF8E1 !default; // Wheat beige
$light-accent: #D7CCC8 !default; // Soft sandstone
$accent: #A33E00 !default; // Rusty orange
$dark-accent: #4E342E !default; // Deep soil brown

// Body Font
$font-family-base: "Lora" !default;

// Hero Image
$hero-image-title-color: #ffffff !default;
$hero-image-title-font-size: 6.5rem !default;
$hero-image-cover-bg: rgba(196, 144, 0, 0.4) !default;

// Image Slider
$image-slider-cover-bg: rgba(120, 85, 60, 0.8) !default;
$image-slider-arrow-bg: rgb(255, 255, 255) !default;
$image-slider-cover-color: rgb(255, 255, 255) !default;

// Stripes/Containers
$stripe-padding-y: 3em;

// Footer
$theme-footer-bg: #FFF8E1 !default;
$theme-footer-color: #6B5B4D !default;
$theme-footer-link-color: #C49000 !default;
