/*
Theme Name: My Theme EN
Author: Ocean Boundless
Version: 0.1
*/

:root {
    font-size: 0.9rem;
    font-family: 'Arial', 'Helvetica', -apple-system, system-ui, sans-serif;

    --site-primary-color: #0273c3;
    --site-secondary-color: #7fc4e3;
    
    --header-height: 75px;
}

/* 文章正文内容样式 */

.__page-content {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #333;
    font-weight: 450;
}

.__page-content p {
    margin-bottom: 1.5rem;
}
