/* ============================================================================
 * DESIGN: Editorial (default)
 *
 * Newspaper / annual diary mood. The base styles in main.css ARE this design.
 * This file is intentionally near-empty — it exists for symmetry with the
 * other 5 design files, so the picker can switch "into" editorial by
 * removing any overrides the previous design left active.
 *
 * Font:    Times New Roman / Gowun Batang (serif)
 * Texture: paper noise overlay (body::before)
 * Layout:  7-day equal-width vertical cards
 * Corners: 4–10px
 * ============================================================================ */

/* Re-assert nothing — base styles in main.css apply. Other designs override. */
html[data-design="editorial"] {
  /* No-op — kept for selector parity. */
}
