@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Import Germania One */
@font-face {
    font-family: 'Germania One';
    src: url('../bars/GermaniaOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Typography */
h1 {
    font-size: 2.5rem; /* Smaller size */
    font-family: 'Germania One', sans-serif;
/*    font-weight: 700;*/
    margin-bottom: 20px;
}

h2, h3, h4, h5, h6, .btn {
    font-family: 'Germania One', sans-serif;
}

section p {
    font-size: 1.2rem; /* Bigger text */
    line-height: 1.8; /* Improve readability */
    margin-bottom: 20px !important; /* Force spacing override */
	
}

h2 {
    font-size: 2.2rem; /* Was probably around 1.8–2rem */
    font-family: 'Germania One', sans-serif;
    text-align: center;
    margin-bottom: 20px;
}


/* Navbar link styles */
.navbar-nav .nav-link {
    color: white !important;
    text-decoration: none;
    transition: color 0.3s;
}

/* Navbar link hover effect */
.navbar-nav .nav-link:hover {
    color: #ffcc00 !important;
}
