/* static/css/fonts.css */
@font-face {
    font-family: 'Shabnam';
    src: url('../fonts/shabnam/Shabnam.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Shabnam';
    src: url('../fonts/shabnam/Shabnam-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Shabnam';
    src: url('../fonts/shabnam/Shabnam-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body,
input,
textarea,
button,
select {
    font-family: 'Shabnam', sans-serif;
}