/* Limelight */
@font-face {
  font-family: 'Limelight';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Limelight/Limelight-Regular.woff2') format('woff2'),
       url('/res/fonts/Limelight/Limelight-Regular.woff') format('woff');
}

/* DM SANS */
@font-face {
  font-family: 'DMSans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/res/fonts/DMSans/DMSans18pt-Regular.woff2') format('woff2'),
       url('/res/fonts/DMSans/DMSans18pt-Regular.woff') format('woff');
}
@font-face {
  font-family: 'DMSans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/res/fonts/DMSans/DMSans18pt-Italic.woff2') format('woff2'),
       url('/res/fonts/DMSans/DMSans18pt-Italic.woff') format('woff');
}
@font-face {
  font-family: 'DMSans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''),
       url('/res/fonts/DMSans/DMSans18pt-Light.woff2') format('woff2'),
       url('/res/fonts/DMSans/DMSans18pt-Light.woff') format('woff');
}
@font-face {
  font-family: 'DMSans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local(''),
       url('/res/fonts/DMSans/DMSans18pt-LightItalic.woff2') format('woff2'),
       url('/res/fonts/DMSans/DMSans18pt-LightItalic.woff') format('woff');
}
@font-face {
  font-family: 'DMSans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('/res/fonts/DMSans/DMSans18pt-Bold.woff2') format('woff2'),
       url('/res/fonts/DMSans/DMSans18pt-Bold.woff') format('woff');
}
@font-face {
  font-family: 'DMSans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('/res/fonts/DMSans/DMSans18pt-BoldItalic.woff2') format('woff2'),
       url('/res/fonts/DMSans/DMSans18pt-BoldItalic.woff') format('woff');
}
@font-face {
  font-family: 'DMSans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local(''),
       url('/res/fonts/DMSans/DMSans18pt-ExtraBold.woff2') format('woff2'),
       url('/res/fonts/DMSans/DMSans18pt-ExtraBold.woff') format('woff');
}
@font-face {
  font-family: 'DMSans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local(''),
       url('/res/fonts/DMSans/DMSans18pt-ExtraBoldItalic.woff2') format('woff2'),
       url('/res/fonts/DMSans/DMSans18pt-ExtraBoldItalic.woff') format('woff');
}