@font-face {
    font-family: 'Ballingtone';
    src: url('../Font/Ballingtone.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bernardmt';
    src: url('../Font/Bernardmt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bellmt';
    src: url('../Font/Bellmt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font-main{
    font-family: "Ballingtone";
    font-weight: bold;
    -webkit-text-stroke-width: 0.0001px;
    -webkit-text-stroke-color: black;
    font-size: 36pt;
    text-align: center;
    text-transform: none;
}

.font-ballingtone-bold{
    font-family: "Ballingtone";
    font-weight: bold;
    -webkit-text-stroke-width: 0.0001px;
    -webkit-text-stroke-color: black;
    font-size: 16pt;
}


.font-ballingtone{
    font-family: "Ballingtone";
    font-size: 16pt;
}

.font-red{
    color: #c41718;
}

h1, h2, h3, h4{
    font-family: "Bernardmt";
    font-weight: normal;

}

.font-Bernardmt{
    font-family: "Bernardmt";
    font-size: 16pt;
}
.font-arial{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
}

.font-bellmt-bolt{
    font-family: "Bellmt";
    font-weight:900;
    font-size: 12pt;
}

.font-bellmt, p, a{
    font-family: "Bellmt";
    font-size: 12pt;
}
