/* Reset & Base */
* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: 'Google Sans', Arial, sans-serif;
    background: #fff;
    color: #333;
}

/* Remove default Jekyll theme styles that conflict */
.page-header, .main-content h1:first-child { display: none; }
.main-content { padding: 0; max-width: 100%; }

img { max-width: 100%; }
