@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/centurygothic.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
 
@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/centurygothic_bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
 
input {
    font-family: 'Century Gothic', sans-serif !important;
}
body h2, body p, body div, body h3, body h3 a, body h1, body a.elementor-button {
  font-family: 'Century Gothic', sans-serif !important;
}