/* Link styles for Športal Residence */

/* Global link styles */
a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 200; /* ExtraLight font weight */
    transition: color 0.3s ease, opacity 0.3s ease;
    font-family: 'DM Sans', sans-serif;
}

a:hover {
    opacity: 0.8;
}

/* Contact links */
.contact-email a,
.contact-phone a {
    font-size: 40px;
    font-weight: 200; /* ExtraLight font weight */
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 10px;
    display: inline-block;
}

/* Footer links */
.footer-nav-item a {
    font-weight: 200; /* ExtraLight font weight */
    color: #ffffff;
}

/* Navigation links */
.nav-item a,
.mobile-menu-item a {
    font-weight: 200; /* ExtraLight font weight */
    color: #ffffff;
}

/* Button-style links */
.cta-button a {
    font-weight: 200; /* ExtraLight font weight */
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.cta-button a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
