@font-face {
    font-family: 'Base';
	font-weight: 400;
    font-style:normal;
	font-display: swap;
    src: local('Univers-Oblique'),
         url('../fonts/universoblique.woff2') format('woff2'),
         url('../fonts/universoblique.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 300;
    font-style: normal;
	font-display: swap;
    src: local('Univers-Light'),
         url('../fonts/universlight.woff2') format('woff2'),
         url('../fonts/universlight.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: local('Univers'),
         url('../fonts/univers.woff2') format('woff2'),
         url('../fonts/univers.woff') format('woff');
}

@font-face {
    font-family: 'Base';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('Univers-Bold'),
         url('../fonts/universbold.woff2') format('woff2'),
         url('../fonts/universbold.woff') format('woff');
}
