/*
Theme Name: MCCV
Theme URI: https://mccv.pt
Author: MCCV
Author URI: https://mccv.pt
Description: Custom WordPress theme for mccv.pt. Auto-deployed from GitHub via FTPS.
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 7.4
License: Proprietary
Text Domain: mccv-theme
*/

/* Reset / base */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background: #fff;
}

/* Layout */
.site-wrap { max-width: 960px; margin: 0 auto; padding: 1rem; }

/* Header */
.site-header { padding: 2rem 0; border-bottom: 1px solid #eee; }
.site-title { margin: 0; font-size: 2rem; }
.site-title a { color: inherit; text-decoration: none; }
.site-description { margin: .25rem 0 0; color: #666; }

/* Content */
.site-main { padding: 2rem 0; }
.entry { margin-bottom: 2rem; }
.entry-title a { color: inherit; text-decoration: none; }
.entry-title a:hover { text-decoration: underline; }

/* Footer */
.site-footer {
    padding: 1.5rem 0;
    border-top: 1px solid #eee;
    color: #666;
    font-size: .9rem;
}
