@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}


@font-face {
  font-family: "Helvetica Neue-Light";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/61fd0f1b6b2468ecf928c177/fonts/helveticaneue-light.otf") format("opentype");
}

@font-face {
  font-family: "Helvetica Neue-CondensedBold";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/604f6645f33459074ca5b3e0/fonts/helveticaneue-condensedbold.otf") format("opentype");
}

@font-face {
  font-family: "PP Editorial New-UltralightItalic";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/64f721fd195d30b91fc00aa8/fonts/ppeditorialnew-italic.otf") format("opentype");
}

@font-face {
  font-family: "Helvetica Neue-Regular";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/66dbe8113cbd8877008f2c1a/fonts/5796578-1.svg") format("");
}

@font-face {
  font-family: "Noto Sans CJK SC-Medium";
  src: url("https://anima-uploads.s3.amazonaws.com/5cde518fa46238000aa5a52c/NotoSansCJKsc-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica Neue-Bold";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/637de592a17e9f3ed8e13315/fonts/helveticaneue-bold.ttf") format("truetype");
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
header,
menu,
section,
p,
input,
td,
th,
ins {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

img {
  vertical-align: top;
}

ul,
li {
  list-style: none;
}

button {
  outline: none;
  border: none;
}