@import url(./foundry/case.css);

body {
    font-family: 'Swiss Grotesk', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #202020;
}

header {
    font-family: 'Evermore Sans';
    font-weight: 400;
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    background-color: #414141;
    padding: 10px;
}

.editor-container {
    width: 96%;
    margin: 0 auto;
}

#editor {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    height: 600px;
    margin: 20px auto;
}

.button-container {
    text-align: center;
    margin: 20px auto;
}

.btn {
    font-family: 'Swiss Grotesk', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: white;
    background-color: #404040;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 20px;
    margin: 5px;
}

.btn:hover {
    color: #202020;
    background-color: #f0f0f0;
}
