﻿body {
}

@font-face {
    font-family: 'Shivaji';
    src: url('../fonts/Shivaji01.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kokila-Regular';
    src: url('../fonts/Kokila Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tiro Devanagari';
    src: url('../fonts/TiroDevanagariMarathi-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*@font-face {
    font-family: 'Kokila';
    src: local('Kokila'), local('Kokila-Regular'), url('../fonts/Kokila Regular.ttf') format('truetype');
}*/

/* Apply the font globally */
/*body {
    font-family: 'Shivaji', sans-serif;
}*/

/* Apply the Shivaji font to input elements */
input, textarea {
    font-family: 'Shivaji', sans-serif;
    font-size: 16px;  /*Adjust the font size as needed */
}

/* Apply the Shivaji font to input elements */
input, textarea {
    font-family: 'Shivaji', sans-serif;
    font-size: 16px; /* Adjust the font size as needed */
}

.kokilaFont {
    font-family: 'Tiro Devanagari', sans-serif;
    font-size: 16px; /* Adjust the font size as needed */
}

.shivajiFont {
    font-family: 'Shivaji', sans-serif;
    font-size: 16px; /* Adjust the font size as needed */
}

.sansserifFont {
    font-family: sans-serif !important;
    font-size: 16px; /* Adjust the font size as needed */
}

#dvMainKeys button {
    width: 28px;
    border: 1px solid aliceblue;
    font-weight: 600;
}

#dvMainKeys1 button {
    width: 28px;
    border: 1px solid aliceblue;
    font-weight: 600;
}