/**
 * Rameez Scripts — checkout artboard tokens.
 *
 * ONE palette for every surface a buyer pays on: the full-page checkout
 * (checkout_style.php) and every manual-payment popup (the pmx chrome on the
 * product pages, the .mp-* chrome shared by plans/cart/landing/products).
 *
 * It lives in a real .css file because those two worlds share NO other
 * stylesheet — the checkout pages link Font Awesome and nothing else, the
 * product pages link styles.css + page-code-file.css. Declared in either one,
 * the other could never reach it and the palette would drift into copies.
 *
 * Deliberately palette-INDEPENDENT: a payment screen reads as trustworthy when
 * it is neutral, which is the same reason the card CTA is a plain black
 * rectangle and never a gateway brand. The admin theme picker does not re-skin
 * these surfaces, on purpose.
 */
:root {
    --co-ink: #141210;
    --co-ink-2: #2A2622;
    --co-paper: #F7F5F2;
    --co-card: #FFFFFF;
    --co-line: #E8E3DB;
    --co-line-2: #F1EDE7;
    --co-muted: #6E6860;
    --co-faint: #A9A299;
    --co-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
    --co-measure: 560px;
    --co-gut: 40px;
}
