/*
Theme Name: Direct From Nature Child
Theme URI: https://www.dfn-tt.com
Author: Your Name
Author URI: https://www.dfn-tt.com
Description: Child theme for Direct From Nature – safe customizations. All changes go here.
Template: direct-from-nature
Version: 1.0
License: GPLv2 or later
Text Domain: direct-from-nature-child
*/

/* ========================================
   CUSTOM STYLES (Will not be lost on updates)
   ======================================== */

/* Change Primary Colors */
:root {
    --color-primary: #2D5016;
    --color-secondary: #D4AF37;
}

/* Custom Header Height */
.site-header {
    height: 70px;
}

/* Custom Button Style */
.button-primary {
    border-radius: 8px;
    padding: 12px 28px;
}

/* Custom Hero Height */
.hero {
    min-height: 60vh;
}

/* Custom Footer Background */
.site-footer {
    background: #111111;
}

/* Add your own custom CSS below */