
@font-face {
  font-family: 'Bahnschrift';
  src: url(/assets/Bahnschrift14-08020a50f3c9bda0e89c2b7f397e6ece397cbd1fc7f5e3ef6cf5065fb03d066d.ttf) format('truetype');
}


body {
  font-family: 'Bahnschrift', sans-serif;
}

.title-small{
  font-size: 1.1em;
}

.title-medium{
  font-size: 1.5em;
}

.title-large {
  font-size: 2em;
}

.form-full-width{
  max-width: none;
}

.full-width-textarea{
  width: 100%;
  box-sizing: border-box;  
}
