/**
 * Custom CSS
 *
 * This file is for your custom styles.
 * You can add any CSS rules here to customize the Ghost theme.
 *
 * Note: Changes made directly to this file may be overwritten during theme updates.
 * It's recommended to use the Code Injection feature in Ghost for persistent customizations.
 */

/* Your custom CSS goes below this line */
body {
    background: #12100B;
}


.section-featured .section-list {

}

.card-post-header {

}

.card-post-content {
    display: grid;
    grid-row: 2;
}
