
@font-face {
    font-family: signika;
    src: url(Signika-Regular.ttf);
}
  

@font-face {
    font-family: ruslan;
    src: url(RuslanDisplay-Regular.ttf);
}

@font-face {
    font-family: handwriting;
    src: url(Danielle.woff2);
}

.handwriting {
    font-family: handwriting;
    font-size:1.5em;
}

h1 {
    font-family: ruslan;
    color: #ffffff;
    -webkit-text-stroke-width: 0.04em;
    -webkit-text-stroke-color: black;    
    font-size:6em;
    line-height:1.4ex;
    margin:0;
}


body {
    background: #e2d4b5;
    font-family: signika;
    font-size:1.5em;
}

a {
    color: #33536f;
}
