/* KIgulls Corporate Identity — generated from ci.yaml */
/* Don't Panic */

/* Self-hosted Fonts */
@font-face {
    font-family: "Cormorant Garamond";
    src: url("fonts/CormorantGaramond-Light.woff2") format("woff2");
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: "Cormorant Garamond";
    src: url("fonts/CormorantGaramond-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "IBM Plex Mono";
    src: url("fonts/IBMPlexMono-Light.woff2") format("woff2");
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: "IBM Plex Mono";
    src: url("fonts/IBMPlexMono-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}

:root {
    /* KIgulls Palette — Navy + Gold */
    --bg: #040810;
    --bg-raised: #0a1225;
    --bg-surface: #080f1e;
    --border: #0e1628;
    --text: #8e96ac;
    --text-bright: #b8c0d0;
    --text-dim: #38485e;
    --accent: #8B6914;
    --accent-dim: rgba(139, 105, 20, 0.14);
    --accent-glow: rgba(139, 105, 20, 0.4);

    /* Agent Colors */
    --gold: #8B6914;
    --gold-light: #C9A84C;
    --gray: #808080;
    --orange: #c49050;
    --green: #5a9a5a;
    --yellow: #c4c050;
    --white: #cdd0da;
    --violet: #9a5a9a;
    --blue: #5a7a9a;
    --silver: #a0a4b4;
    --copper: #b87333;
    --red: #c45050;

    /* Typography */
    --serif: "Cormorant Garamond", Georgia, serif;
    --mono:  "IBM Plex Mono", Menlo, monospace;
}
