/* ExtraLight */
@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga-webfont/LufgaExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Light */
@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga-webfont/LufgaLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Regular */
@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga-webfont/LufgaRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* Medium */
@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga-webfont/LufgaMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* SemiBold */
@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga-webfont/LufgaSemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga-webfont/LufgaBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ExtraBold */
@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga-webfont/LufgaExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Voeg hier andere varianten toe (Light, Medium, Italic, etc.) indien aanwezig */