﻿/* MOUL */
@font-face {
    font-family: 'Moul';
    src: url('/fonts/Moul-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.cursor-pointer {
    cursor: pointer;
}

/* INTER VARIABLE FONT */
@font-face {
    font-family: "Inter";
    src: url("/fonts/Inter/static/Inter-VariableFont_opsz,wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("/fonts/Inter/static/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}


/* HANUMAN FONT FAMILY */
@font-face {
    font-family: "Hanuman";
    src: url("/fonts/Hanuman-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Hanuman";
    src: url("/fonts/Hanuman-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Hanuman";
    src: url("/fonts/Hanuman-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Hanuman";
    src: url("/fonts/Hanuman-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Hanuman";
    src: url("/fonts/Hanuman-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Hanuman";
    src: url("/fonts/Hanuman-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Hanuman";
    src: url("/fonts/Hanuman-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Hanuman";
    src: url("/fonts/Hanuman-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Hanuman";
    src: url("/fonts/Hanuman-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
