/* Custom styling for PayungPantai.com */
@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

body { font-family: 'Inter', sans-serif; background-color: #FBFBF9; color: #000000; scroll-behavior: smooth; }
.btn-black { background: #000; color: #fff; transition: all 0.3s ease; border: 2px solid #000; }
.btn-black:hover { background: #333; transform: translateY(-2px); }
.card-outline { border: 2px solid #000; }
.nav-link { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; }
