*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--hob-body-font);
    color: var(--hob-body-color);
    background: var(--hob-background-color);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--hob-heading-font);
    color: var(--hob-primary-color);
    line-height: 1.1;
    margin: 0 0 0.75em;
}

h1 {
    font-size: clamp(2rem, 4.5vw, 3.75rem);
}

p {
    margin: 0 0 1em;
}

a {
    color: inherit;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
}

button,
input,
textarea,
select,
label {
    font-family: var(--hob-body-font);
}

button,
input,
textarea,
select {
    font: inherit;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.hob-button,
.button,
.wp-element-button,
.hob-hero__button,
.hob-content-bottom__button,
.hob-404__button,
.hob-product-reviews__cta {
    font-family: var(--hob-heading-font);
}

button {
    cursor: pointer;
}

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

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.hob-mobile-menu-is-open {
    overflow: hidden;
}

ins {
    text-decoration: none;
}
