@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 {
	--swl-fz--content: clamp(13.5px, 0.4vw + 12px, 16px) !important;
}
body {
	font-family: var(--wp--preset--font-family--system-font) !important;
}
.has-small-font-size {
	font-size: var(--wp--preset--font-size--small) !important;
}
.has-normal-font-size {
	font-size: var(--wp--preset--font-size--normal) !important;
}
.has-medium-font-size {
	font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
	font-size: var(--wp--preset--font-size--large) !important;
}
.has-large-plus-font-size {
	font-size: var(--wp--preset--font-size--large-plus) !important;
}
.has-x-large-font-size {
	font-size: var(--wp--preset--font-size--x-large) !important;
}
.has-xx-large-font-size {
	font-size: var(--wp--preset--font-size--xx-large) !important;
}
