@font-face {
    font-family: 'PP NeueBit Regular';
    src: url('/fonts/PPNeueBit-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'PP NeueBit Bold';
    src: url('/fonts/PPNeueBit-Bold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

:root {
    --base: #0e0c15;
    --overlay: #16131f;
    --love: #eb6f92;
    --rose: #ebbcba;
}

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

html,
body {
    height: 100%;
}

body {
    background: var(--base);
    color: var(--rose);
    font-family: 'PP NeueBit Regular', sans-serif;
    font-size: 24px;
}
