@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 16px;
    font-family: 'Urbanist', sans-serif;
    background-color: #EBF4D7;
}

.container {
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center;   
    height: 100vh;          
    overflow: hidden;     
}

.logo {
    margin-bottom: 2rem;   
    max-width: 200px;      
}

.social-icons {
    display: flex;         
    gap: 1.5rem;           
}

.social-link {
    display: flex;
    flex-direction: column;
    align-items: center;    
    text-decoration: none;  
}

.social-icon {
    width: 32px;          
    height: 32px;
}

.social-label {
    margin-top: 8px;       
    font-size: clamp(0.875rem, 0.8009rem + 0.3704vw, 1.125rem);      
    color: #1E1E1E;
}