/* Custom styles for P-POKER KINSHICHO website */

body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', 'Arimo', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Ensure images don't exceed container bounds */
img {
  max-width: 100%;
  height: auto;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Custom font imports are handled in HTML head */
