/*
Theme Name: CV Minimal
Theme URI: https://example.com/
Author: ChatGPT
Description: Minimal, clean theme for a single verification page or small sites.
Version: 1.0.0
License: GPLv2 or later
Text Domain: cv-minimal
*/
body { margin:0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 'Helvetica Neue', Arial, 'Noto Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; background:#f6f7fb; color:#111; }
.container { max-width: 920px; margin: 0 auto; padding: 24px; }
header, footer { background:#fff; border-bottom:1px solid #eee; box-shadow:0 2px 6px rgba(0,0,0,0.04); }
header .container, footer .container { display:flex; align-items:center; justify-content:space-between; }
main { min-height:60vh; padding: 24px 0; }
a { color: inherit; }
