


@import url("/assets/fonts/gen-interface-jp.css");
@import url("https://fonts.googleapis.com/css2?family=Hepta+Slab:wght@700&family=Lexend+Peta:wght@500;600;700&family=Roboto:wght@400&display=swap");


@layer reset, tokens, layout, components, page, utilities;

@layer reset {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    
    scrollbar-gutter: stable;
    
    scroll-behavior: smooth;
    
    background: var(--color-gray-950);
  }

  body {
    min-height: 100dvh; 
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  img,
  picture,
  video,
  canvas,
  svg {
    display: block;
    max-width: 100%;
  }

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

  
  h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
  }

  
  p {
    overflow-wrap: break-word;
    text-wrap: pretty;
  }

  ul,
  ol {
    list-style: none;
  }

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

  table {
    border-collapse: collapse;
  }

  
  :focus-visible {
    outline: 2px solid;
    outline-offset: 2px;
  }

  
  @media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }
}
