@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* ===== りょうブランド設定 ===== */

/* 英数字用 Jost を読み込み */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800&display=swap');

:root {
  --ryo-primary: #461787;
  --ryo-secondary: #A057A2;
  --ryo-grad: linear-gradient(135deg, #461787 0%, #A057A2 100%);
}

/* 日本語=游ゴシック / 英数字=Jost / 行間1.15 / 文字色#000 */
body {
  font-family: 'Jost', 'Yu Gothic', 'YuGothic', 'Noto Sans JP', sans-serif;
  line-height: 1.15;
  color: #000000;
}

/* 見出しも同じフォント方針 */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Jost', 'Yu Gothic', 'YuGothic', 'Noto Sans JP', sans-serif;
}

/* ボタン・ボックスの角をほんの少しだけ */
.wp-block-button__link,
.swell-block-button > a,
.p-postList__item,
.ryo-box {
  border-radius: 6px;
}

/* メインカラーをリンク・アクセントに */
a { color: var(--ryo-primary); }
