/* 💡 1. Load 15 Google Fonts (Must be at the very top of the file) */ @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Cormorant+Garamond:wght@400;700&family=Inter:wght@400;700&family=Lato:wght@400;700&family=Lora:wght@400;700&family=Merriweather:wght@400;700&family=Montserrat:wght@400;700&family=Noto+Sans+KR:wght@400;700&family=Noto+Serif+KR:wght@400;700&family=Nunito:wght@400;700&family=Open+Sans:wght@400;700&family=Playfair+Display:wght@400;700&family=Poppins:wght@400;700&family=Raleway:wght@400;700&family=Roboto:wght@400;700&display=swap'); /* 💡 2. Load Custom Local Fonts */ @font-face { font-family: 'ArcticonsSans'; src: url('/fonts/ArcticonsSans-Regular.woff2') format('woff2'); } @font-face { font-family: 'Cuprum'; src: url('/fonts/Cuprum-Regular.woff2') format('woff2'); } @font-face { font-family: 'Cuyabra'; src: url('/fonts/cuyabra.woff2') format('woff2'); } @font-face { font-family: 'DreamOrphans'; src: url('/fonts/DreamOrphans.woff2') format('woff2'); } @font-face { font-family: 'Elevatia'; src: url('/fonts/Elevatia-Regular.woff2') format('woff2'); } @font-face { font-family: 'Guanine'; src: url('/fonts/Guanine.woff2') format('woff2'); } @font-face { font-family: 'Jura'; src: url('/fonts/JuraBook.woff2') format('woff2'); font-weight: normal; } @font-face { font-family: 'Jura'; src: url('/fonts/JuraDemiBold.woff2') format('woff2'); font-weight: bold; } @font-face { font-family: 'LTEnergy'; src: url('/fonts/LTEnergy-Regular.woff2') format('woff2'); } @font-face { font-family: 'LTRenovate'; src: url('/fonts/LTRenovate-Regular.woff2') format('woff2'); } /* 👇 Tailwind CSS Directives */ @tailwind base; @tailwind components; @tailwind utilities;