@font-face {
    font-family: 'Comic Sans';
    src: url('assets/fonts/Comic Sans MS.woff2') format('woff2'),
    url('assets/fonts/Comic Sans MS.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Papyrus';
    src: url('assets/fonts/Papyrus.woff2') format('woff2'),
    url('assets/fonts/Papyrus.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

#cold {
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    font-size: 25.5vw;
}

.megacold {
    font-family: "Papyrus", cursive, sans-serif !important;
}
.supercold {
    font-family: "Comic Sans", cursive, sans-serif;
}
