@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@font-face {
  font-family: 'Cabinet Grotesk Bold';
  src: url('Cabinet-Grotesk-bold.woff2') format('woff2'),
    url('Cabinet-Grotesk-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cabinet Grotesk Regular';
  src: url('Cabinet-Grotesk-regular.woff2') format('woff2'),
      url('Cabinet-Grotesk-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
