@font-face {
  font-family: yoto-text;
  src:
    url("./YotoText-Regular.woff2") format("woff2"),
    url("./YotoText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: yoto-text;
  src:
    url("./YotoText-Italic.woff2") format("woff2"),
    url("./YotoText-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: yoto-text;
  src:
    url("./YotoText-Medium.woff2") format("woff2"),
    url("./YotoText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: yoto-text;
  src:
    url("./YotoText-MediumItalic.woff2") format("woff2"),
    url("./YotoText-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: yoto-text;
  src:
    url("./YotoText-Bold.woff2") format("woff2"),
    url("./YotoText-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: yoto-text;
  src:
    url("./YotoText-BoldItalic.woff2") format("woff2"),
    url("./YotoText-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: yoto-text;
  src:
    url("./YotoText-ExtraBold.woff2") format("woff2"),
    url("./YotoText-ExtraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: yoto-text;
  src:
    url("./YotoText-ExtraBoldItalic.woff2") format("woff2"),
    url("./YotoText-ExtraBoldItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: yoto-headline;
  src: url("./YotoHeadline-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: yoto-headline;
  src: url("./YotoHeadline-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --yotonext-font-body: "yoto-text", sans-serif;
  --yotonext-font-display: "yoto-headline", sans-serif;
}
