/*
Theme Name: RE+BOOT Thema
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: Minimal WordPress theme scaffold.
Version: 1.0.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thema
*/

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #f3f0ea;
  background: #14181b;
  line-height: 1.8;
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
}

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

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

main {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 16px;
}

.home main,
.front-page main {
  max-width: none;
  padding: 0;
}
