/* Optimized Lato Webfonts - Only weights actually used in centrum.css */
/* Saves ~70% bandwidth by loading only 6 weights instead of 17 */

/* Webfont: Lato-Light (200) */
@font-face {
    font-family: 'Lato';
    src: url('Lato-Light.woff') format('woff');
    font-style: normal;
    font-weight: 200;
    font-display: swap;
}

/* Webfont: Lato-Regular (400) */
@font-face {
    font-family: 'Lato';
    src: url('Lato-Regular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

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

/* Webfont: Lato-Semibold (600) */
@font-face {
    font-family: 'Lato';
    src: url('Lato-Semibold.woff') format('woff');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

/* Webfont: Lato-Bold (700) */
@font-face {
    font-family: 'Lato';
    src: url('Lato-Bold.woff') format('woff');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

/* Webfont: Lato-Heavy (800) */
@font-face {
    font-family: 'Lato';
    src: url('Lato-Heavy.woff') format('woff');
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}