/* Custom Fonts for Fiind Marketplace */

@font-face {
  font-family: 'DMSans';
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: local('DMSans-Thin'), url('/assets/fonts/DMSans-Thin.ttf') format('truetype');
}

@font-face {
  font-family: 'DMSans';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local('DMSans-Light'), url('/assets/fonts/DMSans-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'DMSans';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local('DMSans-Regular'), url('/assets/fonts/DMSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'DMSans';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local('DMSans-Medium'), url('/assets/fonts/DMSans-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'DMSans';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: local('DMSans-SemiBold'), url('/assets/fonts/DMSans-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'DMSans';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local('DMSans-Bold'), url('/assets/fonts/DMSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'DMSans';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: local('DMSans-ExtraBold'), url('/assets/fonts/DMSans-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: 'DMSans';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: local('DMSans-Black'), url('/assets/fonts/DMSans-Black.ttf') format('truetype');
}

@font-face {
  font-family: 'DMSans';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: local('DMSans-Italic'), url('/assets/fonts/DMSans-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'DMSans';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: local('DMSans-BoldItalic'), url('/assets/fonts/DMSans-BoldItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Didact Gothic';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local('Didact Gothic'), url('/assets/fonts/DidactGothic-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Didact Gothic';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local('Didact Gothic'), url('/assets/fonts/DidactGothic-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local('DM Serif Display'), url('/assets/fonts/DMSerifDisplay-Regular.ttf') format('truetype');
}
