/* [project]/src/fonts/pretendard_11ec9754.module.css [app-client] (css) */
@font-face {
  font-family: pretendard;
  src: url("../media/PretendardVariable-s.p.77d5d991.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: pretendard Fallback;
  src: local(Arial);
  ascent-override: 93.76%;
  descent-override: 23.75%;
  line-gap-override: 0.0%;
  size-adjust: 101.55%;
}

.pretendard_11ec9754-module__6Igqtq__className {
  font-family: pretendard, pretendard Fallback;
}

.pretendard_11ec9754-module__6Igqtq__variable {
  --font-pretendard: "pretendard", "pretendard Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
:root .MuiDataGridVariables {
  --Link-underlineColor: #000;
  --DataGrid-t-header-background-base: #fff;
  --DataGrid-t-cell-background-pinned: #fff;
  --DataGrid-t-color-background-base: #fff;
  --DataGrid-t-color-background-overlay: #fff;
  --DataGrid-t-color-background-backdrop: #fff;
}

@media (prefers-color-scheme: dark) {
  :root {
    --foreground-rgb: 255, 255, 255;
    --background-start-rgb: 0, 0, 0;
    --background-end-rgb: 0, 0, 0;
    --primary-glow: radial-gradient(rgba(1, 65, 255, .4), rgba(1, 65, 255, 0));
    --secondary-glow: linear-gradient(to bottom right, rgba(1, 65, 255, 0), rgba(1, 65, 255, 0), rgba(1, 65, 255, .3));
    --tile-start-rgb: 2, 13, 46;
    --tile-end-rgb: 2, 5, 19;
    --tile-border: conic-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .25), rgba(255, 255, 255, .19), rgba(255, 255, 255, .125), rgba(255, 255, 255, .063), rgba(255, 255, 255, .063), rgba(255, 255, 255, .5));
    --callout-rgb: 20, 20, 20;
    --callout-border-rgb: 108, 108, 108;
    --card-rgb: 100, 100, 100;
    --card-border-rgb: 200, 200, 200;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  max-width: 100vw;
}

body {
  color: rgb(var(--foreground-rgb));
  background: linear-gradient(to bottom, transparent, rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb));
}

a {
  color: inherit;
  text-decoration: none;
}

@media (prefers-color-scheme: dark) {
  html {
    --lightningcss-light: ;
    --lightningcss-dark: initial;
    color-scheme: dark;
  }
}

.slick-dots li:nth-child(n+6), .ck-content .ck [aria-hidden="true"], .ck-content .ck-reset_all-excluded {
  display: none !important;
}

/*# sourceMappingURL=src_80a0fdf2._.css.map*/