*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: inherit;
}

*:focus {
    outline: none;
}

html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 90%;
}

html,
body {
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

body.hero-body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.font-jose {
    font-family: 'Josefin Sans', sans-serif;
}

.font-inter {
    font-family: 'Inter', sans-serif;
}
