/*your custom css goes here*/ 
@font-face {
    font-display: fallback;
    font-family: AtacamaVF;
    font-style: normal;
    src: url(./font/Atacama-VF.woff2) format("woff2")
}

@font-face {
    font-display: fallback;
    font-family: AtacamaVF;
    font-style: italic;
    src: url(./font/Atacama-Italic-VF.woff2) format("woff2")
}

@font-face {
    font-display: fallback;
    font-family: Hellix;
    src: url(./font/HellixVAR.woff2) format("woff2")
}

@font-face {
    font-display: fallback;
    font-family: AtacamaVF-fallback;
    font-style: normal;
    size-adjust:112.35%;src: local("Arial")
}

@font-face {
    font-display: fallback;
    font-family: AtacamaVF-fallback;
    font-style: italic;
    size-adjust:109.8%;src: local("Arial")
}

@font-face {
    font-display: fallback;
    font-family: Hellix-fallback;
    font-style: normal;
    size-adjust:100.75%;src: local("Arial")
}
.header_menu_links {
    text-transform: uppercase!important;
}
h1,h2,h3,h4,h5,h6,h1[class], h2[class], h3[class], h4[class], h5[class], h6[class] {
    font-family: "AtacamaVF", "AtacamaVF-fallback", Arial, sans-serif!important;
    letter-spacing: -.64px;
}
body{
    font-family: "Hellix", "Hellix-fallback", Arial, sans-serif!important;
}