@charset "UTF-8";
  
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

@font-face {
    font-family: 'death';
    src: url(fontes/varsity_regular.ttf)format(truetype),
    url(fontes/varsity_regular.otf)format(opentype);
    font-weight: normal;
    font-style: normal;

}
    
    h1{
        font-family: 'death';
        font-size: 2.9em;
        font-weight: normal;
        
    }
    p{
        font-family: 'Dancing script';
        
    }
