/*
Theme Name: Hamaya Reference
Theme URI: https://ameta-hokkaido.jp/
Author: Codex
Description: Custom WordPress theme scaffold for a Hamaya-inspired corporate site.
Version: 0.1.0
Text Domain: hamaya-reference
*/

html {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  color: #1d1d1f;
  background: #fff;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}
