/* DO NOT make the Title ALL CAPS! */

/* NOTE: MUST BE EXPLICITLY ADDED in layouts/partials/custom-header.html per
   https://mcshelby.github.io/hugo-theme-relearn/configuration/customization/extending/index.html */

/* themes/hugo-theme-relearn/assets/css/theme.css */
h1 {
  text-transform: none;
}

/* 2026-02-14 Sat: The default font face is too thin */
body {
  font-weight: 550 !important; /* Use 500, 600, or bold for heavier text */
}
