@font-face {
    font-family: futura-book;
    src: url(futura-book.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: futura-bold;
    src: url(futura-bold.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: futura-medium;
    src: url(futura-medium.otf);
    font-weight: normal;
    font-style: normal;
}

div {
    font-family: futura-medium;
    font-size: 32px;
}
