/* Add here all your css styles (customizations) */

/*@font-face {
    font-family: Semplicita Light;
    src: url('../fonts/Semplicita Light.otf');
}

body {
    font-family: Semplicita Light;
}*/


@font-face {
    font-family: Futura Std Light;
    src: url('../fonts/FuturaStdLight.otf');
}

body {
    font-family: Futura Std Light;
}

.g-brd-y {
    border-top: solid 1px transparent !important;
}