/* BOLD.CSS
This File is used for Bold Custom App CSS only***
To include this file in your theme, add the following before the closing </head> tag in theme.liquid
{{ 'bold.css' | asset_url | stylesheet_tag }}
 */ 

.bold-mem-description {
font-weight: 500 !important; 
font-family: "Playfair Display" !important;
} 

