/*
Theme Name: LrA Modern Theme
Theme URI: https://laserregionaachen.de/
Author: Antigravity AI
Author URI: https://deepmind.google/
Description: A modern, premium WordPress theme for LASER.region.Aachen e.V., inspired by Apple's minimalist aesthetic, tailored to LrA's corporate identity.
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: lra-theme
Tags: modern, minimalist, clean, responsive, custom-templates, apple-style

This theme was custom built for the Relaunch of LrA Webseite 2026.
*/

/* Core Theme Design Variables */
:root {
    --color-primary: #204873;       /* LrA Dark Navy Blue */
    --color-secondary: #5F98BB;     /* LrA Slate Blue */
    --color-accent: #1C7A87;        /* LrA Teal/Dark Cyan */
    --color-bg-light: #F5F5F7;      /* Apple-like Light Gray */
    --color-bg-white: #FFFFFF;      /* Clean White */
    --color-text-dark: #1D1D1F;     /* Sleek Dark Gray */
    --color-text-muted: #86868B;    /* Apple Muted Gray */
    --color-border: #D2D2D7;        /* Light Border Gray */
    
    --font-family: 'Tahoma', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --border-radius-large: 18px;
    --border-radius-xlarge: 24px;
    --border-radius-button: 30px;
    
    --transition-smooth: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    --transition-quick: all 0.2s ease-in-out;
}
