@font-face {
    font-family: Rowdies;
    src: url('Rowdies-Bold.ttf');
        
    font-weight: 700;
}

@font-face {
    font-family: Rowdies;
    src: url('Rowdies-Regular.ttf');
        
    font-weight: 500;
}

@font-face {
    font-family: Rowdies;
    src: url('Rowdies-Light.ttf');
        
    font-weight: 400;
}

