/* Custom Styles */

@font-face {
font-family: 'sequel75';
src: url(./sequel75.ttf) format('truetype');
}
h1 {
font-family: 'sequel75', sans-serif;
}

@font-face {
font-family: 'sequel65';
src: url(./sequel65.ttf) format('truetype');
}
h2 {
font-family: 'sequel65', sans-serif;
}

@font-face {
font-family: 'sequel55';
src: url(./sequel55.ttf) format('truetype');
}
h3 {
font-family: 'sequel55', sans-serif;
}


@font-face {
font-family: 'sequel56';
src: url(./sequel56.ttf) format('truetype');
}
h4 {
font-family: 'sequel56', sans-serif;
}

@font-face {
  font-family: 'AvenirRegular';
  src: url('./avenir-regular.ttf') format('truetype');
  }

h5, p, a, button, li, label, input, body {
  font-family: 'AvenirRegular', sans-serif !important;
  }