/* Default fonts: logotype and body text */
@font-face {
    font-family: "Florencesans";
    src: url(../font/Florencesans.ttf.woff) format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    src: url(../font/opensans.ttf) format("truetype");
}

#bg {
    z-index: -1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/theme-beach-bg.jpg") center / cover;
    background-repeat: no-repeat;
}
