@import url('https://fonts.googleapis.com/css2?family=Poller+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&family=Poller+One&display=swap');

:root {
    --lunarblue: #65d9e2;
    --lunarorange: #bd6730;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/inter-variable.woff2') format('woff2');
    font-display: fallback;
    font-weight: 1 900;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair';
    src: url('/fonts/Playfair/Playfair-variable.woff2') format('woff2');
    font-display: fallback;
    font-weight: 1 900;
    font-style: normal;
}

@font-face {
    font-family: 'PollerOne';
    src: url('/fonts/PollerOne/PollerOne-regular.woff2') format('woff2');
    font-display: fallback;
    font-weight: 1 900;
    font-style: normal;
}

:root {
    --lunarblue: #65d9e2;
    --lunarorange: #bd6730;
}

body {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    background-color: #12151d;
    color: white;
}

.poller-one-font {
    font-family: 'Poller One', cursive;
    /* Fallback to cursive if Poller One is not available */
}

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

* {
    margin: 0;
}

body {
    background-image: url('/images/background.avif');
    object-fit: contain;
    background-repeat: no-repeat;
    background-size: cover;
}

html,
body {
    height: 100%;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

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

button:hover {
    cursor: pointer;
}

a:hover {
    cursor: pointer;
}

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

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

#root,
#__next {
    isolation: isolate;
}
