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

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

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

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

body,
button,
input,
select,
textarea {
  font-family: 'Cabin', ui-sans-serif, system-ui, sans-serif;
}
