@font-face {
    font-family: "PP-Neue-Montreal-Medium";
    src: url("../fonts/PPNeueMontreal-Medium.otf") format("opentype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

:root {
    --selection-color: #7934e7a0;

    --background: #000000 !important;
    --max-section-width: 80rem !important;

    --font: "Inter", sans-serif;
    --font-weight-thick: 0;
    --font-weight-normal: 0;
    --default-font-size: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "PP-Neue-Montreal-Medium" !important;
    letter-spacing: -5%;
}

a,
p,
button,
input,
textarea {
    font-family: "PP-Neue-Montreal-Medium" !important;
    font-weight: 500 !important;
    letter-spacing: normal;
}
