@font-face {
    font-family: "oswald-bold";
    src: url(../assets/fonts/Oswald-Bold.ttf) format(truetype);
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #f3f4f6;
    color: #111827;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100vh;
}

.osald-bold {
    font-family: "oswald-bold";
}

.no-mevent {
    pointer-events: none;
}

.lumenid_logo {
    max-width: 250px;
    height: auto;

    border: 2px solid #d1d5db;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.strong_italic {
    font-weight: 600;
    font-style: italic;
    color: #2563eb;
}

.tips {
    font-size: 1.2em;
    color: #374151;
    margin-top: 20px;
}

.link {
    color: #3b82f6;
    text-decoration: none;

    &:hover {
        text-decoration: underline;
    }
}
