/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

 /* ---- font-size ---- */

body.custom-backgroundbody.home {
    background: linear-gradient(221deg, #fde9ff, #ffe3e3, #f2f0fd);
    background-size: 600% 600%;

    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 70%}
    50%{background-position:100% 31%}
    100%{background-position:0% 70%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 70%}
    50%{background-position:100% 31%}
    100%{background-position:0% 70%}
}
@keyframes AnimationName {
    0%{background-position:0% 70%}
    50%{background-position:100% 31%}
    100%{background-position:0% 70%}
}
.h46{
	font-size: clamp(1.375rem, calc(0.475rem + 3vw), 2.875rem)
}

.h36{
	font-size: clamp(1rem, calc(0.52rem + 2vw), 1.8rem)
}

.h30{
	font-size: clamp(1rem, calc(0.7rem + 1.25vw), 1.5rem)
}

.h26{
	font-size: clamp(1rem, calc(0.82rem + 0.75vw), 1.3rem)
}

.h24{
	font-size: clamp(1rem, calc(0.88rem + 0.5vw), 1.2rem)
}

.h20{
	font-size: clamp(1rem, calc(0.933rem + 0.25vw), 1.111rem)
}

.p24{
	font-size: clamp(1rem, calc(0.8rem + 0.75vw), 1.333rem)
}

.p20{
	font-size: clamp(1rem, calc(0.85rem + 0.5vw), 1.25rem)
}