/**
 * 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 */

/* override v19 */
.browse-card .title, .browse-card h3, .browse-card .texts .title, .browse-card a.title {}


.browse-card .title { font-weight: 600; }
