/*
Theme Name: Cipher Website
Theme URI: https://cipher-dev-site.com/
Author: ThickLabel
Description: WordPress wrapper around the deployed Cipher website bundle.
Version: 0.1.5
Text Domain: cipher-spa
*/

/*
0.1.5 — Fix symbol optical centering: drop the +17px bbox-centering shift added in
        0.1.4 and use the favicon master's original coordinates (the C's arc circle
        is designed centered on the canvas; bbox-centering pushed it visibly right
        in the hero orbit).
0.1.4 — Rebuild assets/symbols/symbol.svg and symbol-white-nobox.svg from the new
        brand master (favicon.svg geometry): larger C (artwork now fills the canvas
        instead of ~57%/~38%), both variants standardized to identical size and
        centering. Colors per file preserved (navy #1D2333 + orange / white).
0.1.3 — Add site favicons (assets/favicons/, replacing the old WP Site Icon output)
        and security response headers (HSTS, CSP, X-Frame-Options, X-Content-Type-
        Options, Referrer-Policy, Permissions-Policy) translated from the requested
        .htaccess for nginx/Kinsta.
0.1.2 — Auto-purge Kinsta full-page cache when cipher_site_content changes, so
        editor changes appear immediately without a manual "Clear Caches".
0.1.1 — Fix: script_loader_tag no longer drops the inline boot script, so
        window.CIPHER_THEME_URL / CIPHER_SITE_CONTENT / lead endpoint / nonce load
        (restores images + makes admin-edited content take effect). Bundle: fixed 9
        malformed backgroundImage url() literals.
*/

html,
body {
  min-height: 100%;
}

body.cipher-spa-body {
  margin: 0;
  background: #101827;
}

#cipher-app-shell,
#root {
  min-height: 100vh;
}
