@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
/* Google Fonts は app.blade.php に集約済み（Phase 4） */
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* ブランドキー色（#FF6243）を汎用フォーカススタイルに使用 */
button:focus-visible,
a:focus-visible {
  outline: 2rem solid #ff6243 !important;
  outline-offset: 2rem;
}
a {
  text-decoration: none;
}
