/**
 * Lusail — self-hosted (production).
 * Files in this directory: Lusail-Regular.ttf, Lusail-Medium.ttf, Lusail-Bold.ttf
 * Linked from Blade via: {{ asset('fonts/lusail/lusail.css') }}
 * URLs are relative to this file → /fonts/lusail/<filename>
 */
@font-face {
    font-family: "Lusail";
    src: url("Lusail-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lusail";
    src: url("Lusail-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lusail";
    src: url("Lusail-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
