:root {
    --pink: pink;
    --dark: #2e2e2e;
}

.spectral-extralight {
    font-family: "Spectral", serif;
    font-weight: 200;
    font-style: normal;
}

.spectral-light {
    font-family: "Spectral", serif;
    font-weight: 300;
    font-style: normal;
}

.spectral-regular {
    font-family: "Spectral", serif;
    font-weight: 400;
    font-style: normal;
}

.spectral-medium {
    font-family: "Spectral", serif;
    font-weight: 500;
    font-style: normal;
}

.spectral-semibold {
    font-family: "Spectral", serif;
    font-weight: 600;
    font-style: normal;
}

.spectral-bold {
    font-family: "Spectral", serif;
    font-weight: 700;
    font-style: normal;
}

.spectral-extrabold {
    font-family: "Spectral", serif;
    font-weight: 800;
    font-style: normal;
}

.spectral-extralight-italic {
    font-family: "Spectral", serif;
    font-weight: 200;
    font-style: italic;
}

.spectral-light-italic {
    font-family: "Spectral", serif;
    font-weight: 300;
    font-style: italic;
}

.spectral-regular-italic {
    font-family: "Spectral", serif;
    font-weight: 400;
    font-style: italic;
}

.spectral-medium-italic {
    font-family: "Spectral", serif;
    font-weight: 500;
    font-style: italic;
}

.spectral-semibold-italic {
    font-family: "Spectral", serif;
    font-weight: 600;
    font-style: italic;
}

.spectral-bold-italic {
    font-family: "Spectral", serif;
    font-weight: 700;
    font-style: italic;
}

.spectral-extrabold-italic {
    font-family: "Spectral", serif;
    font-weight: 800;
    font-style: italic;
}

/* STARTED */

.desing-page {
    background-color: #ffffff;
}

.page-01 {
    background-image: url("assets/pages/page_1.png?t=1");
}

.page-background {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-1-logo {
    position: absolute;
    width: 60%;
    top: 28%;
    left: 20%;
    right: 20%;
}

.page-2-logo {
    position: absolute;
    width: 60%;
    bottom: 20%;
    left: 20%;
    right: 20%;
}

/* TIMER */

.timer-number {
    padding: 10px;
    border: solid 2px #2e2e2e;
    border-radius: 10px;
}

.timer-label {
    padding: 10px;
    font-size: 0.8rem;
}

.whatsapp-action {
    display: block;
    padding: 10px;
    border: solid 2px #2e2e2e;
    border-radius: 10px;
}

.direction-block {
    display: block;
    padding: 10px;
    border: solid 2px #2e2e2e;
    border-radius: 10px;
}
