@font-face{
    font-family     :'Futura-Light';
    src             :url('futura-pt-light.otf') format('opentype');
    font-weight     :400;
    font-style      :normal;
    font-display    :swap;
}
@font-face{
    font-family     :'Futura-Medium';
    src             :url('futura-pt-medium.otf') format('opentype');
    font-weight     :500;
    font-style      :normal;
    font-display    :swap;
}
@font-face{
    font-family     :'Futura-Book';
    src             :url('futura-pt-book.otf') format('opentype');
    font-weight     :700;
    font-style      :normal;
    font-display    :swap;
}
@font-face{
    font-family     :'Futura-Bold';
    src             :url('futura-pt-bold.otf') format('opentype');
    font-weight     :800;
    font-style      :normal;
    font-display    :swap;
}