/*
Theme Name: Mandata Consulting Engineers
Theme URI: https://www.mandata-ce.de/
Author: MANDATA-CONSULTING ENGINEERS
Author URI: https://www.mandata-ce.de/
Description: A modern, clean, classic PHP one-page WordPress theme for MANDATA-CONSULTING ENGINEERS. Features a bilingual DE/EN switcher, responsive layout, a MINGRAI partner section and a services grid. Corporate identity based on mandata-ce.de (dark teal #294a59 with gold accent #ac9217, Maven Pro typography).
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mandata
Tags: one-page, responsive, bilingual, business, custom-menu, custom-logo, translation-ready
*/

/*
 * The full visual styling lives in assets/css/mandata.css (enqueued via functions.php).
 * This file holds the required WordPress theme header and a few base fallbacks.
 */

:root {
    --mandata-navy: #294a59;
    --mandata-navy-dark: #1a303a;
    --mandata-gold: #ac9217;
    --mandata-gold-light: #c9ac2e;
    --mandata-light: #f5f7f8;
    --mandata-white: #ffffff;
    --mandata-text: #2b3138;
    --mandata-muted: #69727d;
}

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: "Maven Pro", "Segoe UI", Calibri, sans-serif;
    color: var(--mandata-text);
    background: var(--mandata-white);
    line-height: 1.6;
}

* { box-sizing: border-box; }

a { color: var(--mandata-gold); text-decoration: none; }
