/*
Josh's Custom CSS Reset
https://www.joshwcomeau.com/css/custom-css-reset/
*/

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

* {
    margin: 0;
}

body {
    line-height: 1.25;
    -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

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

p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

p {
    text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}


/*********************************************************/

body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

.text h1 {
    margin-top: 0.67em;
    margin-bottom: 0.67em;
}

.text h2 {
    margin-top: 0.83em;
    margin-bottom: 0.83em;
}

.text h3 {
    margin-top: 1em;
    margin-bottom: 1em;
}

.text h4 {
    margin-top: 1.33em;
    margin-bottom: 1.33em;
}

.text h5 {
    margin-top: 1.67em;
    margin-bottom: 1.67em;
}

.text h6 {
    margin-top: 2.33em;
    margin-bottom: 2.33em;
}

.text p {
    margin-top: 1em;
    margin-bottom: 1em;
}

.ProseMirror-menubar {
    margin-top: 0.3rem;
}
