/*FONTS*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Protest+Riot&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Permanent+Marker&family=Single+Day&display=swap');

/*
Roboto
Protest Riot
open sans
Permanent marker

luckiest guy
single day
*/

:root{
    font-family: Roboto, monospace;
}

.font-roboto{
    font-family: Roboto,sans;
}
.font-marker{
    font-family: Permanent Marker, cursive;

}
.font-play{
    font-family: single day;
}
.font-cursive{
    font-family: protest riot;
}
.font-toy{
    font-family: Luckiest guy;
}
.double-style{
    text-shadow: 3px 3px 0px #0009;
}








