
/*
Source - https://stackoverflow.com/a
Posted by herrstrietzel, modified by community. See post 'Timeline' for change history
Retrieved 2026-01-21, License - CC BY-SA 4.0
*/

    /*@font-face {
        font-family: 'Naskh';
        font-weight: 400;
        font-style: normal;
        src: url('fonts/naskh-webfont.woff') format('woff')
    }*/
    @import url('https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&display=swap');
    :lang(ar) {
        font-family: "Amiri", serif;
        font-size: 1.1em;
        line-height: 2;
    }

    @font-face {
        font-family: 'LexendDecaRegular';
        font-weight: 400;
        font-style: normal;
        src: url('assets/LexendDecaRegular.ttf') format('ttf')
    }

    :root {
        --english-fonts: system-ui, "-apple-system", "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", 'LexendDecaRegular';
    }


    /* apply fonts to elements */

    /*[dir="rtl"] .container {
        font-family: var(--arabic-fonts);
    }*/

    [dir="ltr"] {
        font-family: var(--english-fonts);
    }
