@font-face {
    font-family: 'ReemKufiInk';
    src: url('../fonts/ReemKufiInk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.custom-font {
    font-family: 'ReemKufiInk', sans-serif;
    font-size: 40px;
    color: rgb(11, 198, 161) !important;
}