/*
Theme Name: Projekt Manager Premium
Theme URI: http://localhost/projekt-manager/
Author: Antigravity
Description: A premium, ultra-fast, custom WordPress theme designed for Projekt Manager with Outfit and Plus Jakarta Sans typography, featuring luxurious animations and clean Gutenberg blocks.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: projekt-manager-theme
*/

/* --- Base & Reset Styles --- */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #1e293b;
    background-color: #11224E; /* Premium Navy dark background by default */
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}
