/* 1. Define the Variable Font */
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    /* Support for all weights in one file */
    font-weight: 100 700;
    src: url(../fonts/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].woff2) format('woff2');
}

/* 2. Create the Class */
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;

    /* Modern rendering & ligature support */
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;

    /* Default variations: No fill, 400 weight, 0 grade, 24 optical size */
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24;
}

@font-face {
    font-family: 'Righteous';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/Righteous-Regular.ttf) format("truetype");
}

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/Tajawal.ttf) format("truetype");
}

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: bold;
    src: url(../fonts/Tajawal-Bold.ttf) format("truetype");
}