/* ################# */

/* Bold */
@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant/static/Assistant-Bold.ttf') format('truetype');
    font-weight: 700; /* Adjusted to reflect "Bold" */
    font-style: normal;
}

/* ExtraBold */
@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant/static/Assistant-ExtraBold.ttf') format('truetype');
    font-weight: 800; /* Adjusted to reflect "ExtraBold" */
    font-style: normal;
}

/* ExtraLight */
@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant/static/Assistant-ExtraLight.ttf') format('truetype');
    font-weight: 200; /* Adjusted to reflect "ExtraLight" */
    font-style: normal;
}

/* Light */
@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant/static/Assistant-Light.ttf') format('truetype');
    font-weight: 300; /* Adjusted to reflect "Light" */
    font-style: normal;
}

/* Medium */
@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant/static/Assistant-Medium.ttf') format('truetype');
    font-weight: 500; /* Adjusted to reflect "Medium" */
    font-style: normal;
}

/* Regular */
@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant/static/Assistant-Regular.ttf') format('truetype');
    font-weight: 400; /* Adjusted to reflect "Regular" */
    font-style: normal;
}

/* SemiBold */
@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant/static/Assistant-SemiBold.ttf') format('truetype');
    font-weight: 600; /* Adjusted to reflect "SemiBold" */
    font-style: normal;
}
