@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
}

/* Custom Microsoft Button Style to match your original link behavior */
.ms-signin-button {
    display: flex;
    justify-content: center;
    padding: 10px;
    border: 1px solid rgb(218, 220, 224);
    border-radius: 4px;
    transition: all 0.2s;
    background: white;
    text-decoration: none;
    color: #334155;
    font-weight: 500;
    font-size: 0.875rem;
    width: 300px;
}

.ms-signin-button:hover {
    background-color: rgba(66, 133, 244, 0.08);
    border-color: #cbd5e1;
}

.ms-icon {
    width: 20px;
    height: 20px;
}