/* SWELL アイコンフォントのURLを同一オリジン（相対パス）に固定する上書き */
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("/global-esim-plans/wp-content/themes/swell/assets/fonts/icomoon.woff2?fq24x") format("woff2"),
       url("/global-esim-plans/wp-content/themes/swell/assets/fonts/icomoon.woff?fq24x") format("woff"),
       url("/global-esim-plans/wp-content/themes/swell/assets/fonts/icomoon.ttf?fq24x") format("truetype");
}

@font-face {
  font-family: "swell-icons";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("/global-esim-plans/wp-content/themes/swell/assets/fonts/icomoon.woff2?fq24x") format("woff2"),
       url("/global-esim-plans/wp-content/themes/swell/assets/fonts/icomoon.woff?fq24x") format("woff"),
       url("/global-esim-plans/wp-content/themes/swell/assets/fonts/icomoon.ttf?fq24x") format("truetype");
}


