/*
Theme Name: MAUI
Theme URI: https://anotherinkingdom.com/
Template: Divi
Author: another in kingdom
Author URI: https://anotherinkingdom.com/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1750196320
Updated: 2025-06-17 21:38:40

*/

@import url("./fontawesome/css/all.min.css");

/* 1) Load News Gothic fonts from your local ./fonts folder */
@font-face {
    font-family: "News Gothic";
    src: url("./fonts/NewsGothicStd.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "News Gothic";
    src: url("./fonts/NewsGothicStd-Oblique.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "News Gothic";
    src: url("./fonts/NewsGothicStd-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "News Gothic";
    src: url("./fonts/NewsGothicStd-BoldOblique.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* 2) Apply the regular (400, normal) News Gothic to body text, links, and all headings */
body,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "News Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.price-sar {
    /* ensure there's room for the icon */
    display: inline-flex;
    align-items: center;
}

.price-sar::before {
    content: url("./fonts/sar.svg");
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 0.25em;
    margin-top: -0.2em;
}