/* custom.css nel child theme */
@font-face {
    font-family: "coopbl";
    src: url("../fonts/coopbl.woff2") format("woff2"),
         url("../fonts/coopbl.woff")  format("woff"),
         url("../fonts/coopbl.ttf")   format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}