/*
Theme Name: GeneratePress Child - Plastikfrei Trinken
Theme URI: https://plastikfrei-trinken.de
Description: Child Theme for GeneratePress with custom styling for Plastikfrei Trinken
Author: ShopConstruct
Author URI: https://shopconstruct.de
Template: generatepress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: generatepress-child-plastikfrei
*/

/* Import parent styles */
@import url('../generatepress/style.css');

/* Kristallblau Color Scheme */
:root {
    --mcc-primary: #38BDF8;
    --mcc-primary-dark: #0EA5E9;
    --mcc-primary-deeper: #0284C7;
    --mcc-deep: #0C4A6E;
    --mcc-text: #1E293B;
    --mcc-muted: #64748B;
    --mcc-light: #E0F2FE;
    --mcc-cream: #F8FAFC;
}
