/* DG Baysan - Light */
@font-face {
  font-family: 'DG Baysan';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/Baysan/DG-Baysan-Light.ttf') format('truetype');
}

/* DG Baysan - Regular */
@font-face {
  font-family: 'DG Baysan';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/Baysan/DG-Baysan-Regular.ttf') format('truetype');
}

/* DG Baysan - SemiBold */
@font-face {
  font-family: 'DG Baysan';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/Baysan/DG-Baysan-Semibold.ttf') format('truetype');
}

/* DG Baysan - Bold */
@font-face {
  font-family: 'DG Baysan';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/Baysan/DG-Baysan-Bold.ttf') format('truetype');
}
