:root {
    --main: #045097;
    --text: #7b8994;
    --sec: #f5d151;
    --white: #fff;
    --black: #000;
    --animation: 2s ease-in-out infinite;
}

@font-face {
    font-family: "The Year of Handicrafts";
    src:
        url("../../fonts/TheYearofHandicrafts-Regular.woff2") format("woff2"),
        url("../../fonts/TheYearofHandicrafts-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: "The Year of Handicrafts";
    src:
        url("../../fonts/TheYearofHandicrafts-Bold.woff2") format("woff2"),
        url("../../fonts/TheYearofHandicrafts-Bold.woff") format("woff");

    font-weight: 700;
    font-style: normal;
    font-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: "The Year of Handicrafts";
}



/* body.main-page-layout {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden; }


.page-blob-container {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.hero-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
}

.hero-blob-blue {
    width: 45rem;
    height: 35rem;
    top: -5rem;
    left: -10rem;
    background: #e6f3fe;
}

.hero-blob-yellow {
    width: 45rem;
    height: 35rem;
    top: -5rem;
    right: -10rem;
    background: #fffce5;
}

main, section {
    background: transparent !important;
    position: relative;
    z-index: 1;
}

body {
    overflow-x: hidden;
    position: relative;
} */

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

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

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

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

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

html {
    direction: rtl;
}
