@font-face {
    font-family: 'Bold';
    src: url('/wp-content/themes/NkH/fonts/Nunito-Bold.ttf') format('truetype');
    font-style: normal; 
    font-weight: normal; 
}
@font-face {
    font-family: 'Medium';
    src: url('/wp-content/themes/NkH/fonts/Nunito-Medium.ttf') format('truetype');
    font-style: normal; 
    font-weight: normal; 
}
@font-face {
    font-family: 'Regular';
    src: url('/wp-content/themes/NkH/fonts/Nunito-Regular.ttf') format('truetype');
    font-style: normal; 
    font-weight: normal; 
}

/* АНИМАЦИЙ */

.BAB{
    --bab-trans:         .3s ease-in-out;
    --bab-padding:       .7rem 1rem;
    --bab-border-radius: .7rem;
    --bab-background:    inherit;
    --bab-color:         inherit;
}
.BAB:hover{
    --bab-h-trans:      scale(1.03);
    --bab-h-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    --bab-h-background: inherit;
    --bab-h-color:      inherit;
}
.BAB:active{
    --bab-a-trans: scale(1);
}

.ULA{
    --ULA-td:  underline !important;
    --ULA-tdc: #000 !important;
    --ULA-tuo: 5px !important;
}

.BG{
    --BG-gtc: repeat(auto-fit, minmax(16rem, 1fr));
    --BG-g:   clamp(10px, 1.5vw, 15px);
}

.BF{
    --BF-g: clamp(12px, 1.5vw, 15px);
}
.BF .left, .BF .right{
    --BF-f: 1 1 clamp(320px, 48%, 680px);
    min-width: 0;
}

.RG{
    position: relative;
    box-sizing: border-box;
    transition: .3s ease-in-out !important;
    overflow: hidden;
}
.RG::after{
    content: '';
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 80%;
    height: 300%;
    top: 100%;
    left: 10%;
    z-index: -1;
    transition: .3s ease-in-out !important; 
}
.RG:hover::after{
    transform: scale(2.5);
}
.RG:hover{
    background: transparent !important;
    border: 1px solid transparent !important;
    color: #5d5d5d !important;
}

/* /АНИМАЦИЙ */

body{
    background: #fffbf5;
    overflow-y: auto;
}
body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
body::-webkit-scrollbar-track {
    background: inherit;
    border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
    background-color: #7e6c6c;
    border-radius: 4px;
    border: 2px solid #7e6c6c;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Bold';
    font-size: 1.8rem;
    margin-bottom: .6rem;
    background: inherit;
    color: inherit;
}

p, span, input, textarea{
    font-family: 'Medium';
    margin-bottom: .6rem;
    font-size: .9rem;
}
p, span{
    background: inherit;
    color: inherit;
}

a{
    font-family: 'Regular';
    font-size: .9rem;
    background: inherit;
    color: inherit;
    overflow: hidden;
}

section{
    overflow: hidden;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}