/* --- FunnelDisplay Font Family --- */

/* Light */
@font-face {
    font-family: 'FunnelDisplay';
    src: url('FunnelDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap; /* Empfohlen für bessere Ladeperformance */
}

/* Regular */
@font-face {
    font-family: 'FunnelDisplay';
    src: url('FunnelDisplay-Regular.ttf') format('truetype');
    font-weight: 400; /* oder 'normal' */
    font-style: normal;
    font-display: swap;
}

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

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

/* Bold */
@font-face {
    font-family: 'FunnelDisplay';
    src: url('FunnelDisplay-Bold.ttf') format('truetype');
    font-weight: 700; /* oder 'bold' */
    font-style: normal;
    font-display: swap;
}

/* ExtraBold */
@font-face {
    font-family: 'FunnelDisplay';
    src: url('FunnelDisplay-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}