@font-face {
    font-family: 'customFont';
    src: url('/src/fonts/Comical\ Cartoon.ttf') format('truetype');
}

@font-face {
font-family: 'customFont1';
src: url('/src/fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
}

h1, h2, h3, h4, h5, h6, span, .font{
font-family: 'customFont';

}

h1, h2{
    -webkit-text-stroke: 4px black;
}

.stroke{
    -webkit-text-stroke: 2px black;
}

body {
    background-color: #B00807;
    overflow-x: hidden;
}

p, body {
    font-family: 'customFont1' !important;
}

* {
    scroll-behavior: smooth;
}