/* doto-100 */
@font-face {
  font-family: 'Doto';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/doto/doto-100.ttf') format('truetype');
}

/* doto-200 */
@font-face {
  font-family: 'Doto';
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/doto/doto-200.ttf') format('truetype');
}

/* doto-300 */
@font-face {
  font-family: 'Doto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/doto/doto-300.ttf') format('truetype');
}

/* doto-regular */
@font-face {
  font-family: 'Doto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/doto/doto-regular.ttf') format('truetype');
}

/* doto-500 */
@font-face {
  font-family: 'Doto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/doto/doto-500.ttf') format('truetype');
}

/* doto-600 */
@font-face {
  font-family: 'Doto';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/doto/doto-600.ttf') format('truetype');
}

/* doto-700 */
@font-face {
  font-family: 'Doto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/doto/doto-700.ttf') format('truetype');
}

/* doto-800 */
@font-face {
  font-family: 'Doto';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/doto/doto-800.ttf') format('truetype');
}

/* doto-900 */
@font-face {
  font-family: 'Doto';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/doto/doto-900.ttf') format('truetype');
}