/* Custom Font Declarations */
/* If you have Kalieb Luxury font files, add @font-face declarations here */

/* Example for Kalieb Luxury (if you have the font files):
@font-face {
    font-family: 'Kalieb Luxury';
    src: url('../fonts/KaliebLuxury-Regular.woff2') format('woff2'),
         url('../fonts/KaliebLuxury-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/

/* Satoshi font is loaded via Google Fonts in HTML */
