/*
Gutenberg Editor Styles
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&display=swap');

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #361212;
  background-color: #FAF7F7;
  line-height: 1.8em;
}

p {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #361212;
  line-height: 1.8em;
  margin-top: 0;
  margin-bottom: 1em;
}

h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  color: #361212;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.6em;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  color: #361212;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.6em;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
}

h3 {
  font-family: "Aboreto", system-ui;
  font-size: 16px;
  color: #361212;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.6em;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
}

h4, h5, h6 {
  font-family: "Noto Sans JP", sans-serif;
  color: #361212;
  font-weight: 400;
  line-height: 1.6em;
  margin-top: 1.2em;
  margin-bottom: 0.6em;
}

a {
  color: #5B2424;
  text-decoration: underline;
}

a:hover {
  color: #A3555E;
}

ul, ol {
  margin-left: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}

li {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #361212;
  line-height: 1.8em;
  margin-bottom: 0.5em;
}

blockquote {
  border-left: 4px solid #C8A7A8;
  padding-left: 1em;
  margin: 1.5em 0;
  font-style: italic;
  color: #5B2424;
}

code {
  background-color: #f5f5f5;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: monospace;
  font-size: 13px;
}

pre {
  background-color: #f5f5f5;
  padding: 1em;
  border-radius: 4px;
  overflow-x: auto;
  margin: 1.5em 0;
}

img {
  max-width: 100%;
  height: auto;
  margin: 1.5em 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}

table th,
table td {
  border: 1px solid #C8A7A8;
  padding: 0.5em;
  text-align: left;
}

table th {
  background-color: #F6EDE9;
  font-weight: bold;
  color: #5B2424;
}

.wp-block-image {
  margin: 1.5em 0;
}

.wp-block-quote {
  border-left: 4px solid #C8A7A8;
  padding-left: 1em;
  margin: 1.5em 0;
  font-style: italic;
  color: #5B2424;
}

.wp-block-pullquote {
  border-top: 4px solid #C8A7A8;
  border-bottom: 4px solid #C8A7A8;
  padding: 1.5em 0;
  margin: 1.5em 0;
  text-align: center;
  color: #5B2424;
}

.wp-block-separator {
  border: none;
  border-top: 1px solid #C8A7A8;
  margin: 2em 0;
}

.wp-block-button__link {
  background-color: #5B2424;
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}

.wp-block-button__link:hover {
  background-color: #A3555E;
  color: #fff;
}

