/*
 * Custom code goes here.
 */

/* hide firstname and lastname alerts in checkout form */  
#customer-form input[name="firstname"]+span.form-control-comment, 
#customer-form input[name="lastname"]+span.form-control-comment {
    display: none;
}

/* fix for Chrome image rendering */ 
img {
 image-rendering: -webkit-optimize-contrast;
}

/* Add font-display swap to improve PageSpeed */
@font-face {
  font-family: 'Fontello';
  src: url('/font/fontello.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  src: url('/themes/sting/_dev/assets/css/font-awesome/fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'blogIcons';
  src: url('/themes/sting/_dev/assets/css/font-awesome/fonts/blogIcons.ttf?v152') format('truetype');
  font-display: swap;
}
