/* AKH Custom Fonts */

@font-face {
    font-family: 'AW Conqueror Didot';
    src: url('../fonts/akh_fonts/Fonts/AWConquerorDidot-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Std';
    src: url('../fonts/akh_fonts/Fonts/FuturaLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Std';
    src: url('../fonts/akh_fonts/Fonts/Futura.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Std';
    src: url('../fonts/akh_fonts/Fonts/Futura Std Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Std';
    src: url('../fonts/akh_fonts/Fonts/Futura Std Heavy.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* Apply fonts globally */
body, * {
    font-family: 'Futura Std', Arial, sans-serif !important;
}

/* Optional: Use AW Conqueror Didot for headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Futura Std', Arial, sans-serif !important;
}
label {
    font-family: 'Futura Std', Arial, sans-serif !important;
}
.label {
    font-family: 'Futura Std', Arial, sans-serif !important;
}
.form-control {
    font-family: 'Futura Std', Arial, sans-serif !important;
}

