/* khand-regular - latin */
    @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Khand';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/khand-v22-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    }
    /* khand-500 - latin */
    @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Khand';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/khand-v22-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    }
    /* khand-600 - latin */
    @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Khand';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/khand-v22-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    }
    /* khand-700 - latin */
    @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Khand';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/khand-v22-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
::selection {
    background: #C0AB7B;
    color: #fff;
}
html {
    font-size: 10px;
}
body {
    font-family: 'Khand', cursive, sans-serif;
    background-color: #ffffff; 
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 400;
    color: #1b1d1d;
    hyphens: auto;
}
img {
    max-width: 100%;
    height: auto;
}
1, h2, h3, h4, h5, h6 {
    font-family: 'Khand';
    font-weight: 600;
    text-transform: uppercase;
}
h1 {
    font-size: 4.1rem;
    line-height: 5.5rem;
    margin-bottom: 1.5rem;
}
h2 {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 1rem;
}
h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-bottom: 1rem;
}
h4 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1rem;
}
.content-area {
    max-width: 800px;
    margin: 40px auto;
    padding: 30px;
    border: 1px solid #eee;
    background-color: #fff;
}
.hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.box-shadow {
    box-shadow: 0px 18px 10px -5px rgba(0, 0, 0, 0.05)
}
strong {
    color: #007d44;
}
a, a.text-dark {
    color: #007d44 !important;
}
h1, h2, h3, h4 {
    color: #daa330;
}