/*
Theme Name: Astra Child
Template: astra
*/
@font-face {
    font-family: 'LyonArabicBlack';
    src: url('fonts/LYON ARABIC DISPLAY BLACK.TTF') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'LyonArabicBold';
    src: url('fonts/LYON ARABIC DISPLAY BOLD.TTF') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'LyonArabicLight';
    src: url('fonts/LYON ARABIC DISPLAY LIGHT.TTF') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'LyonArabicMedium';
    src: url('fonts/LYON ARABIC DISPLAY MEDIUM.TTF') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'LyonArabicRegular';
    src: url('fonts/LYON ARABIC DISPLAY REGULAR.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
}
body, button, input, select, textarea {
    font-family: 'LyonArabicRegular', sans-serif;
}
 h2, h3, h4, h5, h6 {
    font-family: 'LyonArabicBold', serif;
}
h1 {
    font-family: 'LyonArabicBlack', serif;
}