@font-face {
    font-family: ZonaPro;
    src: url("fonts/zona/ZonaPro-Regular.otf") format("opentype");
}

@font-face {
    font-family: ZonaPro-Light;
    font-weight: 100;
    src: url("fonts/zona/ZonaPro-Light.otf") format("opentype");
}

@font-face {
    font-family: ZonaPro;
	font-weight:300;
    src: url("fonts/zona/ZonaPro-Regular.otf.otf") format("opentype");
}

@font-face {
    font-family: ZonaPro-Bold;
    font-weight: bold;
    src: url("fonts/zona/ZonaPro-Bold.otf") format("opentype");
}

@font-face {
    font-family: ZonaPro-SemiBold;
    font-weight: 700;
    src: url("fonts/zona/ZonaPro-SemiBold.otf") format("opentype");
}

@font-face {
    font-family: ZonaPro-ExtraBold;
    font-weight: 800;
    src: url("fonts/zona/ZonaPro-ExtraBold.otf") format("opentype");
}
