@font-face {
    font-family: "Americane";
    src: url("../fonts/americana/Americane.otf");
}

@font-face {
    font-family: "Americane Bold";
    src: url("../fonts/americana/Americane-bold.otf");
}

@font-face {
    font-family: "Harman";
    src: url("../fonts/harman/Harman_Sans.otf");
}

.prose h2 { color: #2D1A1A; font-weight: 700; margin-top: 1.5em; margin-bottom: 0.5em; font-size: 1.5rem; } .prose h3 { color: #2D1A1A; font-weight: 600; margin-top: 1.2em; font-size: 1.25rem; } .prose ul { list-style-type: disc; padding-left: 1.5em; margin-bottom: 1em; } .prose li { margin-bottom: 0.5em; }