/* Custom Fonts - Lufga */
@font-face {
    font-family: 'lufgaregular';
    src: url('../fonts/lufga-regular-webfont.woff2') format('woff2'),
         url('../fonts/lufga-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

/* Alias for easier use */
@font-face {
    font-family: 'Lufga';
    src: url('../fonts/lufga-regular-webfont.woff2') format('woff2'),
         url('../fonts/lufga-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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