/*
 * Base typography for XVC Premium theme.
 */
body {
font-family: sans-serif;
font-size: 16px;
line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
font-family: serif;
line-height: 1.2;
}

html.xvc-consent body {
font-family: var(--wp--preset--font-family--open-sans);
}

html.xvc-consent h1,
html.xvc-consent h2,
html.xvc-consent h3,
html.xvc-consent h4,
html.xvc-consent h5,
html.xvc-consent h6 {
font-family: var(--wp--preset--font-family--lora);
}

@media (min-width: 992px) {
body {
font-size: 18px;
}
}

/* Panic button */
.xvc-panic {
position: fixed;
bottom: 1rem;
right: 1rem;
padding: 0.5rem 1rem;
font-size: 0.875rem;
background: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
color: #333;
opacity: 0.7;
cursor: pointer;
z-index: 9999;
}
