@layer etch-defaults {
body {
line-height: 1.5;
-webkit-font-smoothing: antialiased;
font-family: system-ui;
display: flex;
flex-direction: column;
}
}@layer etch-reset { *,
*::before,
*::after {
box-sizing: border-box;
} * {
margin: 0;
} html {
-moz-text-size-adjust: none;
-webkit-text-size-adjust: none;
text-size-adjust: none;
} ul[role='list'],
ol[role='list'] {
list-style: none;
}
ul[class]:not(
[data-etch-has-custom-classes='false'], .wp-block-list,
.list,
[class*='marker']
),
ol[class]:not(
[data-etch-has-custom-classes='false'], .wp-block-list,
.list,
[class*='marker']
) {
padding: 0;
list-style: none;
} body {
min-height: 100vh;
} a:not([class]) {
text-decoration-skip-ink: auto;
} img,
picture,
video,
canvas,
svg,
a:not(
p > a,
span > a,
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
li > a,
em > a,
strong > a,
figcaption > a,
.editor-styles-wrapper a
) {
max-width: 100%;
height: auto;
display: block;
} input,
button,
textarea,
select {
font: inherit;
font-size: inherit;
}
button {
cursor: pointer;
background-color: transparent;
border: none;
} textarea:not([rows]) {
min-height: 10em;
} p,
h1,
h2,
h3,
h4,
h5,
h6 {
overflow-wrap: break-word;
}
}