/*
Theme Name: Food At First
Description: Custom Bootscore child theme for Food at First
Author: Rippke Design
Author URI: https://rippkedesign.com
Template: bootscore
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: FoodAtFirst
*/

/* Import parent theme styles */
@import url("../bootscore/style.css");

/* ============================================
   CSS Variables - Design System
   ============================================ */
:root {
    /* Colors */
    --color-black: #1B1A19;
    --color-white: #ffffff;
    --color-dark-green: #215750;
    --color-gold: #FBAA3D;
    --color-cream: #FBF3E4;
    --color-amber: #BA6B29;
	--color-sage: #9EB18F;
	--color-dark-ivory: #d4c4a6;

    /* Typography - Font Family */
    --font-primary: "deuterium-variable", sans-serif;
}

/* Additional custom styles are loaded from assets/css/custom.css */