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

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

@font-face {
    font-family: ThinFont;
    src: url(fonts/Inter_18pt-Thin.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: LightFont;
    src: url(fonts/Inter_18pt-Light.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Apply Inter font to a and p tags with higher specificity */
a, p, h1, h2, span, .copyright {
    font-family: 'NormalFont' !important;
}
.bold {
    font-weight: 600;
}
#nav-panel .menu li a,
.page-title a,
.shotgun-description,
.shotgun-title h1 {
    font-family: 'LightFont' !important;
}