/*
Theme Name: Clarity Institutional
Theme URI: https://clarityaiglobal.com
Author: Clarity AI Global
Description: Institutional Authority Surface Layer
Version: 1.0
*/

:root {
    --navy-deep: #0B1C2D;
    --navy-mid: #112F4A;
    --slate: #2F4E6F;
    --light-neutral: #F4F6F8;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    background: var(--light-neutral);
    color: var(--navy-deep);
}

h1, h2, h3, h4 {
    font-family: "Merriweather", serif;
    letter-spacing: 0.5px;
}

.portal-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 40px;
}