@import url('https://fonts.googleapis.com/css2?family=Copse&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titan+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');

.copse-regular {
    /* Rubbery and official */
    font-family: "Copse", serif;
    font-weight: 400;
    font-style: normal;
}

.titan-one-regular {
    /*Bold!*/
    font-family: "Titan One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.righteous-regular {
    /* Futuristic! */
    font-family: "Righteous", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.berkshire-swash-regular {
    /*Fantastical!*/
    font-family: "Berkshire Swash", serif;
    font-weight: 400;
    font-style: normal;
}