/*
Theme Name: OnegenLab 2026 Provisional
Theme URI: 
Author: Aníbal Liñán Martínez
Author URI: 
Description: Base for OnegenLab 2026 Provisional Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onegenlab-2026-provisional
*/

html, body {
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #f6f4e9;
}

body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    height: 100vh;
    font-size: 16px;
}

main {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100dvw;
    justify-content: center;
    align-items: center;
}

.logo {
    text-align: center;
}

.logo svg {
    max-width: 90%;
    width: 450px;
}

.text {
    text-align: center;
    max-width: 75%;
    width: 750px;
    margin-top: 100px;
    margin-bottom: 50px;
    line-height: 1.1;
}

.text h1 {
    margin-bottom: 1.5em;
}

.text p {
    line-height: 1.5;
}

.working {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 0.35em;
    margin-bottom: 1em;
}

.contacto {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
    padding: 1em;
    border-top: 1px solid darkgray;
    font-size: .8em;
}

.contacto a {
    color: #000;
    text-decoration: none;
}
