@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
*/

:root {
    --base-font-size: 16px;
    --font-family-default: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Segoe UI", YuGothic, "Yu Gothic", Meiryo, sans-serif;
}

html, body {
    font-size: 16px;
}

body {
    background-color: var(--color-white);
    font-family: var(--font-family-default);
    font-size: var(--base-font-size);
    line-height: 1.65;
    letter-spacing: 0.05em;
}