@font-face {
    font-family: 'Metropolis Light';
    font-style: normal;
    font-weight: normal;
    src: local('Metropolis Light'), url('Metropolis-Light.woff') format('woff');
    }

@font-face {
    font-family: 'Metropolis Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Metropolis Regular'), url('Metropolis-Regular.woff') format('woff');
    }

@font-face {
    font-family: 'Metropolis Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Metropolis Medium'), url('Metropolis-Medium.woff') format('woff');
    }

@font-face {
    font-family: 'Metropolis Semi Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Metropolis Semi Bold'), url('Metropolis-SemiBold.woff') format('woff');
    }

@font-face {
    font-family: 'Metropolis Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Metropolis Bold'), url('Metropolis-Bold.woff') format('woff');
    }

body {
	font-family: 'Metropolis Regular';
  font-style: normal;
  font-weight: 200;
   
}
body .uk-background-dark {
	letter-spacing: 0.05rem;
   
}
b, strong {
   font-family: 'Metropolis Bold';
    font-weight: normal;
}
table {
   font-family: 'Metropolis Medium';
    font-weight: normal;
}

a, a:visited,
a.catlink {
   font-weight: 200;
}