/* ===========================
   Blog Theme Styles Library
   =========================== */

/* --- 2025 THEME --- */
.year-2025 {
  /* Matches blog25 retro look */
  border: 3px solid #000;
  background: #c0c0c0;
  color: black;
  text-shadow: 1px 1px #808080;
  font-family: "MS Sans Serif", Arial, sans-serif;
  box-shadow: 4px 4px 0px #808080; /* Win95 offset shadow */
  border-radius: 0; /* Sharp corners to match blog25 posts */
}

/* --- INSERT NEXT THEME BELOW ---
   Copy the structure above and
   update the class name for the year.
   Example: .year-2026 { ... }
*/
