/* Load mono space font over bulma css default font */

/* JetBrainsMono-Regular */
@font-face {
    font-family: 'Inter';
    src: url("../font/Inter/Inter-Medium.ed533866b5c8.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
      font-display: swap;
}

/* JetBrainsMono-Bold APO RED AM START???? */
@font-face {
    font-family: 'Inter Semi Bold';
    src: url("../font/Inter/Inter-SemiBold.07a48beb92b4.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}


body {
    font-family: 'Inter', sans-serif;
}


.title, .subtitle {
    font-family: 'Inter Semi Bold', sans-serif;
}



