﻿@font-face{
    font-family:'nicefont';
    src:url("../fonts/nicefont.ttf")
}

@font-face {
    font-family: 'helo';
    src: url("../fonts/helo.otf")
}

@font-face {
    font-family: 'newfont';
    src: url("../fonts/newfont.otf")
}
@font-face {
    font-family: 'trading';
    src: url("../fonts/trading.otf")
}
@font-face {
    font-family: 'boshra';
    src: url("../fonts/boshra.ttf")
}

@font-face {
    font-family: 'almarai';
    src: url("../fonts/Almarai-Regular.ttf")
}

@font-face {
    font-family: 'almarai-bold';
    src: url("../fonts/Almarai-Bold.ttf")
}

body {
    font-family: almarai;
    font-size: 15px;
    font-weight: unset;
}