@font-face {
    font-family: 'Fibra';
    src: url('fonts/Fibra-UltraBold.woff2') format('woff2'),
        url('fonts/Fibra-UltraBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fibra';
    src: url('fonts/Fibra-Bold.woff2') format('woff2'),
        url('fonts/Fibra-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fibra';
    src: url('fonts/Fibra-SemiBold.woff2') format('woff2'),
        url('fonts/Fibra-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fibra';
    src: url('fonts/Fibra-Regular.woff2') format('woff2'),
        url('fonts/Fibra-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fibra';
    src: url('fonts/Fibra-Light.woff2') format('woff2'),
        url('fonts/Fibra-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}