/*
Theme Name:        Power Prime
Theme URI:         https://www.powerprime.net
Author:            Power Prime Trading Contracting
Author URI:        https://www.powerprime.net
Description:       Premium WordPress theme for POWER PRIME TRADING CONTRACTING — a Qatar-based manpower &amp; recruitment firm. Includes a custom career portal (Jobs CPT, candidate database, applications, pipeline kanban), contact &amp; quote forms with database storage, and full ATS-style admin. Editorial design system based on Fraunces + Inter, navy &amp; champagne-gold palette. ISO 9001/14001/45001 certified branding.
Version:           2.2
Tested up to:      6.6
Requires at least: 6.0
Requires PHP:      7.4
Tags:              business, professional, custom-menu, custom-logo, featured-images, portfolio, full-width-template, footer-widgets
License:           Proprietary — Power Prime Trading Contracting
License URI:       https://www.powerprime.net
Text Domain:       power-prime
*/

/* Full design system lives in assets/css/main.css (loaded via wp_enqueue_style in functions.php). */

:root {
    --ink:            #0B1220;
    --navy:           #0F2342;
    --navy-soft:      #1B3358;
    --champagne:      #C9A15F;
    --champagne-soft: #E4C793;
    --paper:          #F5F1E8;
    --paper-soft:     #FBF8F2;
    --line:           #E4DDCF;
    --muted:          #6F6A5F;
    --white:          #FFFFFF;
}

html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper-soft); color: var(--ink); }
