/********* Compiled - Do not edit *********/
:root{--color-primary:#518930;--color-gradient-start:#518930;--color-gradient-stop:#3b6b24;}body{font-family:Poppins;font-weight:400;line-height:1.9;font-size:16px;color:#8e8e8e;}body.single-post .content{font-family:Poppins;font-weight:400;line-height:2;font-size:14px;color:#737373;}.h1,h1{font-family:Playfair Display;font-weight:400;line-height:1.4em;font-size:58px;color:#000000;}.h2,h2{font-family:Playfair Display;line-height:1.4em;font-size:38px;color:#000000;}.h3,h3{font-family:Playfair Display;line-height:1.6em;font-size:30px;color:#000000;}.h4,h4{font-family:Playfair Display;line-height:1.7em;font-size:27px;color:#000000;}.h5,h5{font-family:Playfair Display;line-height:1.7;font-size:21px;color:#000000;}.h6,h6{font-family:Playfair Display;line-height:1.8;font-size:20px;color:#0a0a0a;}.titlebar-inner h1{font-size:20px;line-height:50px;}.titlebar-inner p{}body {
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.9;
    font-size: 16px;
    color: #8e8e8e;
    background-color: #f7fbf3;
}
textarea {
    resize: vertical;
    width: 87%;
}
input[type="submit"] {
    font-size: 18px;
    font-family: Playfair Display;
    font-weight: 700;
    width: 15%;
    background: -webkit-linear-gradient(90deg, rgb(0, 123, 59) 0%, rgb(0, 205, 4) 100%);
    background: linear-gradient(90deg, rgb(0, 123, 59) 0%, rgb(0, 205, 4) 100%);
    color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0);
}