/* Cimo - 125 */
@font-face {
  font-family: 'Cimo';
  src: url('./Cimo/Cimo-125.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* DM Sans - Regular */
@font-face {
  font-family: 'DM Sans';
  src: url('./DMSans/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* DM Sans - Medium */
@font-face {
  font-family: 'DM Sans';
  src: url('./DMSans/DMSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* DM Sans - Bold */
@font-face {
  font-family: 'DM Sans';
  src: url('./DMSans/DMSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* DM Sans - Black */
@font-face {
  font-family: 'DM Sans';
  src: url('./DMSans/DMSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* DM Mono - Regular */
@font-face {
  font-family: 'DM Mono';
  src: url('./DMMono/DMMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}