/**********************
* Fonts
**********************/

@font-face {
    font-family: "Epunda Slab";
    src: url("../fonts/EpundaSlab-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Epunda Slab";
    src: url("../fonts/EpundaSlab-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

/**********************
* Fonts
**********************/

body {
    font-size: 16px;
    font-family: "Epunda Slab", serif;
    height: 100vh;
    background-color: #e401e4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1 {
    font-size: 2rem;
}