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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Matea3Regular', sans-serif;
    min-height: 150vb;
    background-color: #fff;
}

.reveal {
    background-color: #000;
    position: fixed;
    inset: 0;
    scale: 0 1;
    transform-origin: left center;
    animation: reveal linear;
    animation-timeline: scroll();
}

h1 {
position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'EB Garamond', serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    /* font-style: italic; */
    font-size: 9em;
    line-height: 1;
    text-align: center;
    text-wrap: balance;
    color: white;

    mix-blend-mode: difference;
}
em {
    color: #004cff;
}

svg {
	fill: #0a92b2;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 86px !important;
}

p {
	color: red;
	position: relative;
	text-align: center;
	top: 120vb;
}

@keyframes reveal {
    to {
        scale: 1;
    }
}

header#navbar {
    top: 0 !important;
}
#site-footer {
    position: fixed;
}