/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */
 @font-face {
   font-family: "Arboria-Light";
   src:
     url("/img/fonts/Arboria-Light.woff2") format("woff2"),
     url("/img/fonts/Arboria-Light.woff") format("woff");
   font-weight: 300;
   font-style: normal;
   font-display: swap;
 }
 .product-name a,
 .product-title a {
   font-family: "Arboria-Light" !important;
 }



 }
