/*!
Theme Name: Rosie Leventon 2026
Text Domain: rl
Domain Path: /languages
Author: Max Kohler
Author URI: https://maxkohler.com/
Description: Custom Wordpress theme for Rosie Leventon. Required plugins: Advanced Custom Fields Pro. See README.md for developer information and changelog.
Version: 1.0.0
License: All rights reserved
*/
:root {
  --ratio: 1.3;
  --ms--1: 0.75rem;
  --serif: Georgia, serif;
  --sans: Helvetica, Arial, sans-serif;
  --header-height: calc(var(--ms-0) * 2.5);
  --footer-height: var(--padding);
  --fast: 400ms;
  --gray: rgb(77, 77, 77);
  --black: rgb(8, 8, 8);
  --gray-light: rgb(238, 238, 238);
  --white: white;
  --measure: 30em;
  --br: 4px;
  --baseline: calc(var(--ms-0) * 1.2);
  --debug-color: rgb(240, 70, 18);
  --ms-0: 1.5rem;
  --padding: calc(var(--ms-0) * 1);
  --garamond-cap-correction: 0.175;
}
@media (min-width: 800px) {
  :root {
    --padding: calc(var(--ms-0) * 2);
    --ms-0: 1.875rem;
  }
}
@media (min-resolution: 120dpi) {
  :root {
    font-size: 0.95rem;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  font-family: inherit;
  font-weight: inherit;
  font-size: 100%;
  color: inherit;
}

html {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  height: 100%;
}

html {
  height: 100%;
}

a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:focus-visible {
  outline: 2px solid var(--black);
}
a:hover, a:focus-visible {
  text-decoration: underline;
}

button {
  -webkit-tap-highlight-color: transparent;
}

input:focus-visible,
textarea:focus-visible,
button:focus-visible {
  outline: 1px solid var(--highlight);
  outline-offset: 2px;
}

img {
  opacity: 0;
  transition: opacity var(--fast);
}
img.loaded {
  opacity: 1;
}

::-moz-selection {
  background-color: var(--black);
  color: white;
}

::selection {
  background-color: var(--black);
  color: white;
}
