/* --- Inter Family --- */

@font-face {
    font-family: 'Inter light';
    src: url('../fonts/Inter_18pt-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter_18pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter_18pt-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* --- Panchang Family --- */

@font-face {
    font-family: 'Panchang';
    src: url('../fonts/Panchang-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Panchang';
    src: url('../fonts/Panchang-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Panchang';
    src: url('../fonts/Panchang-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Panchang';
    src: url('../fonts/Panchang-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}