@font-face {
    font-family: 'easyResto 1';
    src: url('../font/Lisbon-Script.otf');
}

@font-face {
    font-family: 'easyResto 2';
    src: url(../font/DINLight.ttf);
}

h1
{
    font-family: 'easyResto 1';
    font-weight: normal;
    font-size: 50pt;
    
    margin-top: 20px;
    margin-bottom: 20px;
}

h2
{
    font-family: 'easyResto 1';
    font-weight: normal;
    font-size: 30pt;
    
    margin-top: 10px;
    margin-bottom: 10px;
}