﻿body {
}

@font-face {
    font-family: 'GocaLogotype';
    src: url('/fonts/Goca logotype beta.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.brand-veriqis {
    font-family: 'GocaLogotype', sans-serif;
    font-size: 2.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.navbar-brand-bg {
    background: #0d1117;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px; /* spacing between logo and text */
}

    .navbar-brand img {
        height: 60px; /* adjust to match your logo proportions */
        width: auto;
        display: block;
    }


footer {
    padding: 40px 0;
    text-align: center;
    background: #0d1117;
    margin-top: 60px;
}