@font-face {
    font-family: DINFly;
    font-weight: 300;
    src: url('../fonts/DINFly-Light.otf') format('opentype');
}

@font-face {
    font-family: DINFly;
    font-weight: 400;
    src: url('../fonts/DINFly-Regular.otf') format('opentype');
}

@font-face {
    font-family: DINFly;
    font-weight: 500;
    src: url('../fonts/DINFly-Medium.otf') format('opentype');
}

@font-face {
    font-family: DINFly;
    font-weight: 700;
    src: url('../fonts/DINFly-Bold.otf') format('opentype');
}

@font-face {
    font-family: DINFly;
    font-weight: 800;
    src: url('../fonts/DINFly-Black.otf') format('opentype');
}

body {
    margin: 0;
    padding: 0;
    max-width: 630px;
    margin: 0 auto;
    font-family: DINFly, Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    background-color: #fafafa;
}

h1 {
    font-family: DINFly, Helvetica, Arial, Verdana, sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}

h2 {
    font-family: DINFly, Helvetica, Arial, Verdana, sans-serif;
    font-weight: 700;
    font-size: 16px;
}

p {
    margin: 20px 0;
}

a {
    color: #007acc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

button {
    padding: 12px 24px;
    background-color: #007acc;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    display: block;
    margin: 40px auto;
    transition: background-color 0.3s;
    font-weight: 500;
}

button:hover {
    background-color: #005999;
}

.container {
    padding-block: 15px;
    padding-inline: 30px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    background-color: #fff;
    margin-top: 20px;
}

#log {
    padding: 15px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    font-family: monospace;
    font-size: 12px;
    white-space: pre-wrap;
    background-color: #f8f8f9;
    margin-top: 20px;
    color: #898989;
}

#troubleshootingSection {
    margin-top: 30px;
    cursor: pointer;
}

#troubleshootingTitle {
    margin-top: 0;
    font-size: 16px;
}

#troubleshootingContent {
    margin-top: 10px;
}
