How to change font of “Sold” text?

To change font of “Sold” text in Squarespace, You can use this code to Custom CSS box

/* Sold text */
.product-mark.sold-out {
font-size: 20px !important;
color: red !important;
font-family: monospace;
}