@font-face {
  font-family: "Comic Sans MS";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local("Comic Sans MS"),
    local("Comic Sans"),
    url("https://fonts.cdnfonts.com/s/109598/6680-fontps.woff") format("woff");
}

@font-face {
  font-family: "Comic Sans MS";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    local("Comic Sans MS Bold"),
    local("Comic Sans MS"),
    local("Comic Sans"),
    url("https://fonts.cdnfonts.com/s/109598/6680-fontps.woff") format("woff");
}

:root {
  --font-family: "Comic Sans MS", "Comic Sans", cursive;
}

html {
  font-family: var(--font-family);
}

button,
input,
select,
textarea {
  font-family: inherit;
}
