// Hind

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: $font-weight-normal;
  src: url('../fonts/hind/Hind-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: $font-weight-bold;
  src: url('../fonts/hind/Hind-Bold.ttf') format('truetype');
}

// Ubuntu

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: $font-weight-normal;
  src: url('../fonts/ubuntu/Ubuntu-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: $font-weight-normal;
  src: url('../fonts/ubuntu/Ubuntu-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: $font-weight-light;
  src: url('../fonts/ubuntu/Ubuntu-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: $font-weight-light;
  src: url('../fonts/ubuntu/Ubuntu-LightItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: $font-weight-medium;
  src: url('../fonts/ubuntu/Ubuntu-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: $font-weight-medium;
  src: url('../fonts/ubuntu/Ubuntu-MediumItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: $font-weight-bold;
  src: url('../fonts/ubuntu/Ubuntu-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: $font-weight-bold;
  src: url('../fonts/ubuntu/Ubuntu-BoldItalic.ttf') format('truetype');
}

// Ubuntu Condensed

@font-face {
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: $font-weight-normal;
  src: url('../fonts/ubuntu-condensed/UbuntuCondensed-Regular.ttf') format('truetype');
}

// Ubuntu Monospace

@font-face {
  font-family: 'Ubuntu Monospace';
  font-style: normal;
  font-weight: $font-weight-normal;
  src: url('../fonts/ubuntu-monospace/UbuntuMono-Regular.ttf') format('truetype');
}

// Icons

@font-face {
  font-family: 'Icons';
  font-style: normal;
  font-weight: $font-weight-normal;
  src: url('../fonts/icons/Icons.ttf') format('truetype');
}
