/*
Theme Name: MnaW Child
Theme URI: https://mnaw.org.pl
Description: Child theme for Misja na Wschód website. Managed by Linis IT.
Author: Linis IT
Author URI: https://linis.it
Template: Divi
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mnaw-child
*/

/* ==========================================================================
   MnaW Child Theme Custom Styles
   ========================================================================== */

/* Brand Colors */
:root {
    --mnaw-primary: #1a5276;
    --mnaw-secondary: #d4ac0d;
    --mnaw-dark: #0e2f44;
    --mnaw-light: #f4f6f9;
    --mnaw-text: #2c3e50;
    --mnaw-white: #ffffff;
}

/* Typography */
body {
    color: var(--mnaw-text);
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--mnaw-dark);
}

/* Links */
a {
    color: var(--mnaw-primary);
    transition: color 0.3s ease;
}

a:hover {
    color: var(--mnaw-secondary);
}
