/* fonts */
@font-face {
  font-family: 'Metric';
  src: url("../fonts/Metric-Regular.woff2");
}
@font-face {
  font-family: 'Metric';
  src: url("../fonts/Metric-Black.woff2");
  font-weight: 900;
}
@font-face {
  font-family: 'Metric';
  src: url("../fonts/Metric-Bold.woff2");
  font-weight: 800;
}
@font-face {
  font-family: 'Metric';
  src: url("../fonts/Metric-SemiBold.woff2");
  font-weight: 600;
}
@font-face {
  font-family: 'Metric';
  src: url("../fonts/Metric-Medium.woff2");
  font-weight: 500;
}
@font-face {
  font-family: 'Metric';
  src: url("../fonts/Metric-Regular.woff2");
  font-weight: 400;
}
@font-face {
  font-family: 'Metric';
  src: url("../fonts/Metric-Light.woff2");
  font-weight: 300;
}
@font-face {
  font-family: 'Metric';
  src: url("../fonts/Metric-Thin.woff2");
  font-weight: 200;
}
/* fonts end */