/*
Theme Name:  Moshimoshi
Theme URI:   https://ohmoshimoshi.com
Author:      Moshimoshi
Description: Official theme for ohmoshimoshi.com
Version:     0.1.0
License:     Proprietary
*/

/* Prose styling for pages using the_content() (e.g. About) */
.moshi-content h2 { font-size: 1.5rem; font-weight: 900; color: #1f2937; margin: 2rem 0 0.75rem; }
.moshi-content h3 { font-size: 1.125rem; font-weight: 700; color: #374151; margin: 1.5rem 0 0.5rem; }
.moshi-content p  { color: #6b7280; line-height: 1.75; margin-bottom: 1.25rem; }
.moshi-content ul { list-style: disc; padding-left: 1.5rem; color: #6b7280; margin-bottom: 1.25rem; }
.moshi-content ul li { margin-bottom: 0.35rem; line-height: 1.6; }
.moshi-content a  { color: #ec4899; text-decoration: underline; }
