/**
 * LegendTours — Local Fonts
 * Alexandria typeface (local TTF)
 *
 * Note: Font Awesome 7 Pro @font-face is declared inside assets/css/all.css
 *       which is loaded separately. This file only handles the Alexandria font.
 *
 * @package LegendTours
 * @since   1.0.0
 */

/* ============================================================
   ALEXANDRIA — Variable Font (Arabic + Latin)
   Covers weights 100–900 via font-weight range
   ============================================================ */
@font-face {
    font-family: 'Alexandria';
    src: url('../fonts/Alexandria.ttf') format('truetype');
    font-weight: 100 900;
    font-style:  normal;
    font-display: swap;
}
