﻿@font-face {
    font-family: 'ZonaPro';
    src: url('../Images/ZonaPro-Bold.otf') format('opentype');
    font-weight: bold; /* Adjust as necessary */
    font-style: normal; /* Adjust as necessary */
}

/* Optional: Add a specific class for the custom font */
.custom-font {
    font-family: 'ZonaPro';
}
