@import url('https://fonts.googleapis.com/css2?family=Pirata+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zeyada&display=swap');

.pirata-one {
    font-family: "Pirata One", system-ui;
    font-weight: 400;
    font-style: normal;
}

.zeyada {
    font-family: "Zeyada", cursive;
    font-weight: 400;
    font-style: normal;
}


body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    overflow: clip;
}

.bobbyspecial {
    text-shadow: #f233 2px 2px 0px;
}

.text-error{
    color: #F23 !important;
}

.fill-error{
    fill: #F23 !important;
}

