@font-face {
    font-family: 'Motherland';
    src: url('../../fonts/NVN-Motherland-Signature.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: 'Roboto', sans-serif;
}
.vplus-heading {
    margin-left: 50%;
    text-align: left;
    line-height: 1.3;
}

.vplus-title {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(35px, 5vw + 5px, 80px);
    font-weight: 700;
    color: #155fa6;
    margin: 0;
}
.vplus-subtitle {
    font-family: 'Motherland', sans-serif !important;
    font-size: clamp(30px, 5.5vw, 65px);
    font-weight: 400;
    color: #35b34a;
    font-style: italic;
    margin: 5px 0 0;
}
.text-green p{
    font-family: 'Motherland', sans-serif !important; 
    color: #35b34a;
}
.text-blue p{
    font-family: 'Roboto', sans-serif;
    color: #155fa6;
}

