﻿
@supports ( font-variation-settings: normal ) {



    input,
    textarea,
    button,
    .button,
    .faux-button,
    .wp-block-button__link,
    .wp-block-file__button {
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
        line-height: 1;
    }

    @supports ( font-variation-settings: normal ) {

        input,
        textarea,
        button,
        .button,
        .faux-button,
        .faux-button.more-link,
        .wp-block-button__link,
        .wp-block-file__button {
            font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
        }
    }

    input,
    textarea {
        border-color: #dcd7ca;
        color: #000;
    }


        input[type="text"],
        input[type="password"],
        input[type="email"],
        input[type="url"],
        input[type="date"],
        input[type="month"],
        input[type="time"],
        input[type="datetime"],
        input[type="datetime-local"],
        input[type="week"],
        input[type="number"],
        input[type="search"],
        input[type="tel"],
        input[type="color"],
        textarea {
            -webkit-appearance: none;
            -moz-appearance: none;
            background: #fff;
            border-radius: 0;
            border-style: solid;
            border-width: 0.1rem;
            box-shadow: none;
            display: block;
            font-size: 1.6rem;
            letter-spacing: -0.015em;
            margin: 0;
            max-width: 100%;
            padding: 1.5rem 1.8rem;
            width: 100%;
        }


    .entry-content {
        line-height: 1.5;
    }


        .entry-content p,
        .entry-content li {
            line-height: 1.4;
        }



    .entry-content {
        font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
        letter-spacing: normal;
    }

        .entry-content h1,
        .entry-content h2,
        .entry-content h3,
        .entry-content h4,
        .entry-content h5,
        .entry-content h6,
        .entry-content cite,
        .entry-content figcaption,
        .entry-content table,
        .entry-content address,
        .entry-content .wp-caption-text,
        .entry-content .wp-block-file {
            font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
        }


    @media screen and (max-width:767px) {
        .titl {
            display: block;
            color: #9d8b73;
            font-size: 16px;
            line-height: 19px;
            font-weight: bold;
        }
    }

    @media screen and (min-width:768px) {
        .titl {
            display: block;
            color: #9d8b73;
            font-size: 140%;
            line-height: 19px;
            font-weight: bold;
        }
    }

    
input[type="submit"] {
	padding: 5px 30px;
	color: #000;
	background: #fff;
	border-radius: 20px;
	display: inline-block;
	margin: 0 15px;
	font-size: 120%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
    background-color: #d92727;

}