/* Platz für projekt-spezifische Anpassungen */

/* Font Faces */
@font-face {
  font-family: 'Barlow';
  src: url('../vendor/bootstrap/css/Barlow/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow';
  src: url('../vendor/bootstrap/css/Barlow/Barlow-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow';
  src: url('../vendor/bootstrap/css/Barlow/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow';
  src: url('../vendor/bootstrap/css/Barlow/Barlow-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Miso';
  src: url('../vendor/bootstrap/css/Miso/miso.ttf') format('truetype'),
       url('../vendor/bootstrap/css/Miso/miso.woff') format('woff'),
       url('../vendor/bootstrap/css/Miso/miso.eot') format('embedded-opentype'),
       url('../vendor/bootstrap/css/Miso/miso.svg#miso') format('svg');
  font-weight: 400;
  font-style: normal;
}

/* Apply fonts */
body {
  font-family: 'Barlow', sans-serif;
  padding-bottom: 40px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.card-title,
.navbar-brand {
  font-family: 'Miso', sans-serif;
  font-weight: 400;
}

