* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: auto;
    font-family: Fabrikat;
    text-decoration: none;
    transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1) !important;
}

html {
    min-height: 100%;
    position: relative;
    font-size: 10px;
}

body {
    margin: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: black;
    color: black;
}

main {background-color: white;}

h1, h2, h3, h4, h5, h6, p, caption, a {margin: 0; font-weight: 400; text-align: left;}

a,
a:hover,
a:active,
a:focus,
a:focus-within,
a:focus-visible,
a:visited {
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: black;
}

button {
    display: block;
    color: black;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-align: left;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li,
ul dt,
ul dd,
dl li,
dl dt,
dl dd {
    margin: 0;
    display: block;
    height: fit-content;
}

table th,
table tr,
table td {text-align: left;}

small {font-size: 60%;}
strong {font-weight: 500;}
address {font-style: normal;}

figure {
    margin: 0;
    margin-block: 0;
    margin-inline: 0;
    display: flex;
    flex-direction: column;
}

img, video {
    display: flex;
    width: 100%;
    height: auto;
}

iframe {border: none;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0 !important;}
input[type="number"] {-moz-appearance: textfield !important;}