@font-face {
    font-family: Alexandria;
    src: url('/font/Alexandria-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
     --title-font: "Alexandria", serif;
    --body-font: "Alexandria", sans-serif;
    --special-font: "Alexandria", sans-serif;
}

body{
    text-align: right;
    direction: rtl;
    font-family: Alexandria, arial;
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6, .btn,
.custom-font-tertiary,
.custom-font-secondary,
.badge,
#header .header-nav.header-nav-links:not(.header-nav-light-text) nav>ul>li>a{
     font-family: Alexandria, arial !important;
}

.accordion.accordion-modern-status>.card .card-header a{
    padding: 23px 70px 20px 20px;
}

.owl-carousel.nav-bottom.nav-bottom-align-left .owl-nav {
    text-align: right;
}