/* ===== GEOLOGICA FONTS ===== */

@font-face {
    font-family: 'Geologica';
    src: url("../fonts/Geologica-Regular.d1a609f8f643.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url("../fonts/Geologica-Medium.62a2f2c33641.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url("../fonts/Geologica-SemiBold.efd97b9c471c.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url("../fonts/Geologica-Bold.1f85dcbc8dc6.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ===== RESET & BASE ===== */

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Geologica', 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    overflow-x: clip;
}

body {
    overflow-x: clip;
}

h1, h2, h3, h4, h5, h6,
p, div, ul, li, span, a,
input, textarea, button, form, img {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    list-style: none;
    text-decoration: none;
    color: inherit;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
}

img,
video {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    cursor: pointer;
}

button {
    background: transparent;
    cursor: pointer;
    font-family: inherit;
}

body {
    padding-top: 260px;
}

@media (max-width: 768px) {
    body {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    body.has-hero {
        padding-top: 0;
    }
}