body {
    background-color: skyblue;
}

#content {
}


@font-face {
    font-family: 'trenda-bold';
    src: 
        url("fonts/Trenda-Bold-c570418ef5da51bc766c350f267c6c84.otf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'trenda-light';
    src: 
        url("fonts/Trenda-Light-a667ec4bb3aca3c232c2ea900bb47ed6.otf");
    font-style: normal;
}

@font-face {
    font-family: 'trenda';
    src: 
        url("fonts/Trenda-Regular-9bb3669cdd47ba4d55bc38d917c1e8b4.otf");
    font-style: normal;
}

@font-face {
    font-family: 'bree';
    src: 
        url("fonts/BreeSerif-Regular-908f2fbd1847189e1401460d81ba5d95.ttf");
    font-style: normal;
}