/* Custom Styles */
@font-face {
  font-family: "Axiforma Black";
  src: url('axiforma_black.ttf'); 
}

@font-face {
  font-family: "Axiforma Book";
  src: url('axiformabook.ttf'); 
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Axiforma Black'!important;
    letter-spacing: -2px;
}

body, ul, li, ol {
    font-family: 'Axiforma Book'!important;
}

.btn-medium {
    font-size: 20px;
}

.btn, .form-btn {
    font-family: 'Axiforma Black' !important;
    text-transform: uppercase;

}
.btn:hover, .form-btn:hover {
    background: #f39c21!important;
    color: #fff!important;
    border: 2px solid #f39c21!important;
}