:root {
  --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-medium: 530;
  --wix-font-weight-bold: 700;
  --wix-font-weight-xbold: 800
}
@supports (font-variation-settings:normal) {
  @font-face {
    font-family: Madefor;
    font-display: swapfont-weight:400 800;
    font-style: normal;
    src: url() format("woff2-variations")
  }
  @font-face {
    font-family: Madefor;
    font-display: swapfont-weight:400 800;
    font-style: italic;
    src: url() format("woff2-variations")
  }
}
@supports not (font-variation-settings:normal) {
  @font-face {
    font-family: Madefor;
    font-display: swapfont-weight:400;
    src: url() format("woff2"), url() format("woff"), url() format("truetype")
  }
  @font-face {
    font-family: Madefor;
    font-display: swapfont-weight:400;
    font-style: italic;
    src: url() format("woff2"), url() format("woff"), url() format("truetype")
  }
  @font-face {
    font-family: Madefor;
    font-display: swapfont-weight:700;
    src: url() format("woff2"), url() format("woff"), url() format("truetype")
  }
  @font-face {
    font-family: Madefor;
    font-display: swapfont-weight:700;
    font-style: italic;
    src: url() format("woff2"), url() format("woff"), url() format("truetype")
  }
  @font-face {
    font-family: Madefor;
    font-display: swapfont-weight:800;
    src: url() format("woff2"), url() format("woff"), url() format("truetype")
  }
  @font-face {
    font-family: Madefor;
    font-display: swapfont-weight:800;
    font-style: italic;
    src: url() format("woff2"), url() format("woff"), url() format("truetype")
  }
}
