:root {
    --main: #045097;
    --text: #7b8994;
    --sec: #f5d151;
    --white: #fff;
    --black: #000;
    --animation: 2s ease-in-out infinite;
}
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
    font-family: "Roses Bolero";
    src:
        url("../../fonts/Roses\ Bolero.woff2") format("woff2"),
        url("../../fonts/Roses\ Bolero.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: "Inter", sans-serif;
}

html {
    font-size: 14px; /* افتراضي */
}

@media (max-width: 1200px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    html {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    html {
        font-size: 11px;
    }
}

html {
    direction: ltr;
}
