/* Zalando Sans Expanded (Bold) - for Titles */
@font-face {
    font-family: 'Zalando';
    src: url('../fonts/ZalandoSansExpanded-Bold.ttf') format('truetype');
    font-weight: 700; /* Bold */
    font-style: normal;
    font-display: swap;
}

/* Fallback for normal weight to use Bold since it's a display font */
@font-face {
    font-family: 'Zalando';
    src: url('../fonts/ZalandoSansExpanded-Bold.ttf') format('truetype');
    font-weight: 400; /* Normal */
    font-style: normal;
    font-display: swap;
}

/* Rota (Regular) - File: Rota-Regular.otf */
@font-face {
    font-family: 'Rota';
    src: url('../fonts/Rota-Regular.otf') format('opentype');
    font-weight: 400; /* Normal */
    font-style: normal;
    font-display: swap;
}

/* Rota (Medium) - File: Rota-Medium.otf */
@font-face {
    font-family: 'Rota';
    src: url('../fonts/Rota-Medium.otf') format('opentype');
    font-weight: 500; /* Medium */
    font-style: normal;
    font-display: swap;
}

/* Rota (SemiBold) - File: Rota-SemiBold.otf */
@font-face {
    font-family: 'Rota';
    src: url('../fonts/Rota-SemiBold.otf') format('opentype');
    font-weight: 600; /* SemiBold */
    font-style: normal;
    font-display: swap;
}

/* Rota (Bold) - File: Rota-Bold.otf */
@font-face {
    font-family: 'Rota';
    src: url('../fonts/Rota-Bold.otf') format('opentype');
    font-weight: 700; /* Bold */
    font-style: normal;
    font-display: swap;
}
