@font-face {
    font-family: 'zilap';
    src: url('../fonts/Giraffe.woff2') format("woff2"),
         url('../fonts/Giraffe.ttf') format("truetype"),
         url('../fonts/Giraffe.woff') format("woff");
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tribecaregular';
    src: url('../fonts/tribeca.woff2') format('woff2'),
         url('../fonts/tribeca.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'tribecaregular', sans-serif;
    color: var(--gowilds-theme-color-second);
    -webkit-font-smoothing: antialiased; /* For WebKit browsers */
  -moz-osx-font-smoothing: grayscale; /* For Firefox on macOS */
  font-smoothing: antialiased; /* Less reliable, but for general use */
  font-weight: unset !important;
}

/*Customize menu background*/

.header-two__main .header-two__inner{
    background-image: url(../images/safari-texture-bw.jpg);
    background-blend-mode: overlay;
    background-size: cover;
}

/*Zilap font use*/

.zilap {
    font-family: 'zilap', sans-serif;
    color: var(--gowilds-theme-color-second);
        -webkit-font-smoothing: antialiased; /* For WebKit browsers */
  -moz-osx-font-smoothing: grayscale; /* For Firefox on macOS */
  font-smoothing: antialiased; /* Less reliable, but for general use */
  font-weight: unset !important;
}

.gavias_sliderlayer .sub-title, #gavias_slider_single .sub-title{
    background: #226503;
}