/*
 Theme Name:   Blocksy Child
 Theme URI:    https://kopituras.example/
 Description:  Child theme for Blocksy theme (safe customizations).
 Author:       Kopituras
 Version:      1.0.0
 Template:     blocksy
*/

/* === Custom CSS Examples === */

/* Change all H1 headings color */
h1 {
  color: #8B4513; /* coffee brown */
}

/* Change background color of site body */
body {
  background-color: #f9f7f4; /* light cream */
}

/* Change site title font size */
.site-title {
  font-size: 2.2em;
  font-weight: bold;
}

/* Add border to images */
img {
  border-radius: 8px;
}
