/* Overrides the font-display for stm-service-default as declared inside
   skin-custom.css (theme-generated, not directly editable). Same physical
   font file already used by the other three patched sources; this just
   adds the missing font-display: swap for the copy skin-custom.css loads. */
@font-face {
  font-family: "stm-service-default";
  src: url("https://bstag.com/wp-content/themes/motors/assets/fonts/service-fonts/stm-service-default.eot?vcgqsx");
  src: url("https://bstag.com/wp-content/themes/motors/assets/fonts/service-fonts/stm-service-default.eot?vcgqsx#iefix") format("embedded-opentype"),
       url("https://bstag.com/wp-content/themes/motors/assets/fonts/service-fonts/stm-service-default.woff?vcgqsx") format("woff"),
       url("https://bstag.com/wp-content/themes/motors/assets/fonts/service-fonts/stm-service-default.ttf?vcgqsx") format("truetype"),
       url("https://bstag.com/wp-content/themes/motors/assets/fonts/service-fonts/stm-service-default.svg?vcgqsx#stm-service-default") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
