/* Custom Kannada Fonts */

@font-face {
    font-family: 'Kar Maasthi';
    src: url('../fonts/Kar-Maasthi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Malige Bold';
    src: url('../fonts/Malige_Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anek Kannada';
    src: url('../fonts/AnekKannada-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif Kannada';
    src: url('../fonts/NotoSerifKannada-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}