@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato/Lato-Black.woff2') format('woff2'),
        url('/fonts/lato/Lato-Black.woff2') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
	color: #7f886b;
}
@font-face {
    font-family: 'Lato-Light';
    src: url('/fonts/lato/Lato-Light.woff2') format('woff2'),
        url('/fonts/lato/Lato-Light.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	color: #7f886b;
}

.h5 {
    font-family: 'Lato';
}