/* Roboto Fonts */
@font-face {
    font-family: 'Roboto';
    src: url("{% static 'fonts/Roboto-Black.ttf' %}") format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url("{% static 'fonts/Roboto-BlackItalic.ttf' %}") format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url("{% static 'fonts/Roboto-Bold.ttf' %}") format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url("{% static 'fonts/Roboto-Regular.ttf' %}") format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url("{% static 'fonts/Roboto-Light.ttf' %}") format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url("{% static 'fonts/Roboto-Thin.ttf' %}") format('truetype');
    font-weight: thin;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url("{% static 'fonts/Roboto-Medium.ttf' %}") format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Barlow Condensed Fonts */
@font-face {
    font-family: 'Barlow Condensed';
    src: url("{% static 'fonts/BarlowCondensed-Regular.ttf' %}") format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url("{% static 'fonts/BarlowCondensed-Bold.ttf' %}") format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url("{% static 'fonts/BarlowCondensed-ExtraBold.ttf' %}") format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url("{% static 'fonts/BarlowCondensed-SemiBoldItalic.ttf' %}") format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url("{% static 'fonts/BarlowCondensed-Light.ttf' %}") format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url("{% static 'fonts/BarlowCondensed-Medium.ttf' %}") format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}