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

@font-face{
    font-family:"Arizona Medium";
    src:url("/fonts/ABCArizonaFlare-Medium.otf") format("opentype");
}

.regular,
body,
h1,
h2,
h3,
h4,
h5,
h6
                                                                            { font-family: "Arizona Regular", sans-serif; font-weight: normal; }

.medium
                                                                            { font-family: "Arizona Medium"; }