/**
 * archive.css
 * 記事アーカイブページのカスタムスタイル
 */

@font-face {
  font-family: "HonokaMaru";
  src: url("/wp-content/themes/swell_child/custom/fonts/Honoka-Shin-Maru-Gothic_R.woff")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

/**
 * ----------------------
 * 各記事欄
 * ----------------------
 */

/* タイトル */
h2.p-postList__title {
  margin: 10px auto !important;
  font-size: 18px !important;
  padding: auto 10px !important;
  @media (max-width: 768px) {
    margin: 8px auto !important;
    padding: auto 10px !important;
  }
}
