/*
Theme Name:MONAD child
Theme URI:https://tcd-theme.com/tcd110
Description:WordPressテーマ「MONAD」の子テーマ
Template:monad_tcd110
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

/*
  ここから下にCSSを追記してください。
*/

/* テキスト・見出し：下余白 */
.is-style-mb-xs { margin-bottom:  4px !important; }
.is-style-mb-s  { margin-bottom:  8px !important; }
.is-style-mb-m  { margin-bottom: 24px !important; }
.is-style-mb-l  { margin-bottom: 48px !important; }
.is-style-mb-xl { margin-bottom: 80px !important; }

/* 区切り線：点線 */
.wp-block-separator.is-style-dotted {
    border: none;
    height: 2px;
    background-image: radial-gradient(circle, currentColor 1.5px, transparent 1.5px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: center;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}