:root {
  /* Recommended font stack */
  --wix-font-stack: Madefor, 'Helvetica Neue', Helvetica, Arial, 'メイリオ', 'meiryo', 'ヒラギノ角ゴ pro w3', 'hiragino kaku gothic pro', sans-serif;
  --wix-font-weight-regular: 400;
  --wix-font-weight-bold: 700;
  --wix-font-weight-xbold: 800;
}

/* Madefor */
@supports (font-variation-settings: normal) {
  @font-face {
    font-family: Madefor;
    font-display: swap;
    font-weight: 400 800;
    font-style: normal;
    src: url(../woff2/wixmadefortextvf_w_wght.f678c3db.woff2)
      format("woff2-variations");
  }

  @font-face {
    font-family: Madefor;
    font-display: swap;
    font-weight: 400 800;
    font-style: italic;
    src: url(../woff2/wixmadefortextitalicvf_w_wght.ef0bcc02.woff2)
      format("woff2-variations");
  }
}

/* Madefor - legacy browsers */
@supports not (font-variation-settings: normal) {
  @font-face {
    font-family: Madefor;
    font-display: swap;
    font-weight: 400;
    src: url(../woff2/wixmadefortext_w_rg.feec33f1.woff2) format("woff2"),
    url(../woff/wixmadefortext_w_rg.13375b26.woff) format("woff");
  }

  @font-face {
    font-family: Madefor;
    font-display: swap;
    font-weight: 400;
    font-style: italic;
    src: url(../woff2/wixmadefortext_w_rg_it.b70c789f.woff2) format("woff2"),
    url(../woff/wixmadefortext_w_rg_it.a882c171.woff) format("woff");
  }

  @font-face {
    font-family: Madefor;
    font-display: swap;
    font-weight: 700;
    src: url(../woff2/wixmadefortext_w_bd.688a089f.woff2) format("woff2"),
    url(../woff/wixmadefortext_w_bd.b0616c9a.woff) format("woff");
  }

  @font-face {
    font-family: Madefor;
    font-display: swap;
    font-weight: 700;
    font-style: italic;
    src: url(../woff2/wixmadefortext_w_bd_it.04b14515.woff2) format("woff2"),
    url(../woff/wixmadefortext_w_bd_it.c94c94e9.woff) format("woff");
  }

  @font-face {
    font-family: Madefor;
    font-display: swap;
    font-weight: 800;
    src: url(../woff2/wixmadefortext_w_xbd.a7ff15ad.woff2) format("woff2"),
    url(../woff/wixmadefortext_w_xbd.b00f0aa1.woff) format("woff");
  }

  @font-face {
    font-family: Madefor;
    font-display: swap;
    font-weight: 800;
    font-style: italic;
    src: url(../woff2/wixmadefortext_w_xbd_it.2af37635.woff2) format("woff2"),
    url(../woff/wixmadefortext_w_xbd_it.fab667d9.woff) format("woff");
  }
}


/*# sourceMappingURL=madefor.css.map*/