@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
}

@font-face {
    font-family: 'Material Icons Sharp';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIconsSharp-Regular.otf) format("opentype");
}

.material-icons-sharp {
    font-family: 'Material Icons Sharp';
}

@font-face {
    font-family: 'Material Icons Round';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIconsRound-Regular.otf) format("opentype");
}

.material-icons-round {
    font-family: 'Material Icons Round';
}

@font-face {
    font-family: 'Material Icons TwoTone';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIconsTwoTone-Regular.otf) format("opentype");
}

.material-icons-two-tone {
    font-family: 'Material Icons TwoTone';
}

@font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIconsOutlined-Regular.otf) format("opentype");
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined';
}

.material-icons,
.material-icons-sharp,
.material-icons-round,
.material-icons-two-tone,
.material-icons-outlined {
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 25px;

    /* Preferred icon size */
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

@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");
}