@charset "utf-8";

html { -webkit-font-smoothing: antialiased; box-sizing: border-box; text-size-adjust: 100%; }

*, ::before, ::after { box-sizing: inherit; }

strong, b { font-weight: 700; }

body { margin: 0px; color: rgba(0, 0, 0, 0.87); font-family: degular, "degular Fallback", sans-serif; font-size: 22px; font-weight: 500; line-height: 1.36; background-color: rgb(255, 255, 255); }

@media (max-width: 599.95px) {
  body { font-size: 20px; }
}

@media print {
  body { background-color: rgb(255, 255, 255); }
}

body::backdrop { background-color: rgb(255, 255, 255); }

#__next { min-height: 100vh; }

a { color: inherit; text-underline-offset: 3px; }