/* Import Montserrat, Inter, and Lora from Google Fonts CDN */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Montserrat:wght@200;300;500&family=Lora:ital,wght@0,400;0,600;1,400&display=swap');

@font-face {
    font-family: 'Franchise';
    src: url('../fonts/Franchise.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}