<!-- start Simple Custom CSS and JS -->
<style type="text/css">
@font-face {
    font-family: 'Nacelle Regular';
    src: url('https://wordpress-775300-2695957.cloudwaysapps.com/wp-content/uploads/2022/06/Nacelle-Regular.ttf') format('truetype');
    font-weight: normal; 
    font-style: normal;
}

@font-face {
    font-family: 'Nacelle Bold';
    src: url('https://wordpress-775300-2695957.cloudwaysapps.com/wp-content/uploads/2022/06/Nacelle-Bold.ttf') format('truetype');
    font-weight: 700; 
    font-style: normal;
}

@font-face {
    font-family: 'Nacelle SemiBold';
    src: url('https://wordpress-775300-2695957.cloudwaysapps.com/wp-content/uploads/2022/06/Nacelle-SemiBold.ttf') format('truetype');
    font-weight: 600; 
    font-style: normal;
}
  
.custom-font {
    font-family: 'Nacelle Regular', sans-serif!important;
}

.nacelle-regular {
    font-family: 'Nacelle Regular', sans-serif!important;
}


.nacelle-bold {
	font-family: 'Nacelle Bold', sans-serif!important;
}

.nacelle-semibold {
	font-family: 'Nacelle SemiBold', sans-serif!important;
}
</style>
<!-- end Simple Custom CSS and JS -->
