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

/* 20250731 */
.cmn-container {
    width: calc(100% + (var(--vk-width-full) - 100%)/ 2);
    margin-left: calc((100% - var(--vk-width-full))/ 4);
    margin-right: calc((100% - var(--vk-width-full))/ 4);
    max-width: var(--vk-width-full)
}

.cmn-title {
    font-family: "Noto Serif JP";
    font-size: calc(var(--vk-size-text) * .875);
    font-weight: normal;
}

.site-footer-copyright p:nth-child(2) {
    display: none;
}