@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/* こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。 */

:root {
  --jn-text: #1f2937;
  --jn-link: #2563eb;
  --jn-link-hover: #1d4ed8;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--jn-text) !important;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

.entry-content,
.entry-content p,
.entry-content li,
.entry-content td {
  color: var(--jn-text) !important;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-title,
.site-title,
.page-title {
  font-family: Inter, "Noto Sans JP", sans-serif;
}

.entry-content p {
  margin: 0 0 1.2em;
}

.entry-content h2,
.page-title {
  margin: 2.2em 0 0.8em;
  line-height: 1.4;
}

.entry-content h3 {
  margin: 1.8em 0 0.7em;
  line-height: 1.45;
}

.entry-content a,
.entry-content a:visited {
  color: var(--jn-link) !important;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
}

.entry-content a:hover,
.entry-content a:focus {
  color: var(--jn-link-hover) !important;
}

@media (max-width: 768px) {
  body {
    line-height: 1.76;
  }

  .entry-content p {
    margin-bottom: 1.1em;
  }

  .entry-content h2,
  .page-title {
    margin: 1.8em 0 0.7em;
  }

  .entry-content h3 {
    margin: 1.5em 0 0.65em;
  }
}
