﻿@font-face {
    font-family: 'erasbd';
    src: url('../fonts/eras/erasbd.ttf') format('truetype');
}
@font-face {
    font-family: 'erasdemi';
    src: url('../fonts/eras/erasdemi.ttf') format('truetype');
}
@font-face {
    font-family: 'eraslght';
    src: url('../fonts/eras/eraslght.ttf') format('truetype');
}
@font-face {
    font-family: 'erasmd';
    src: url('../fonts/eras/erasmd.ttf') format('truetype');
}



h1, h2, h3, h4, h5 {
    font-family: "erasbd";
    text-align: left;

}
p {
    font-family: "erasmd";

}

span {
    font-family: "erasmd";

}

div {
    font-family: "erasmd";

}

button, input, optgroup, select, textarea {
    font-family: "erasmd" !important;

}

.EnglishTitle {
    font-family: "erasbd";
    font-size: 36px !important;
    line-height: 46px !important;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}