/* Italic variants */
@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 100;
    src: url('/assets/fonts/Raleway/static/Raleway-ThinItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 200;
    src: url('/assets/fonts/Raleway/static/Raleway-ExtraLightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 300;
    src: url('/assets/fonts/Raleway/static/Raleway-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    src: url('/assets/fonts/Raleway/static/Raleway-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    src: url('/assets/fonts/Raleway/static/Raleway-BoldItalic.ttf') format('truetype');
}
/* Add more italic as needed... */

/* Normal (non-italic) variants */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    src: url('/assets/fonts/Raleway/static/Raleway-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    src: url('/assets/fonts/Raleway/static/Raleway-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url('/assets/fonts/Raleway/static/Raleway-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/Raleway/static/Raleway-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('/assets/fonts/Raleway/static/Raleway-Bold.ttf') format('truetype');
}
/* Continue listing Medium, SemiBold, Black, etc. based on your font files */
