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

body {
    font-family: 'CustomFont', sans-serif;
}