@import url('https://fonts.googleapis.com/css2?family=Archivo+Expanded:wght@500;700;800&family=Manrope:wght@400;500;600;700&display=swap');

:root {
    color-scheme: light;
}

html, body {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    background: #f4efe5;
    color: #0f1f33;
}

h1, h2, h3, .nav-shell__title {
    font-family: 'Archivo Expanded', sans-serif;
}

a {
    color: inherit;
}

h1:focus {
    outline: none;
}

button,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

button:disabled {
    cursor: not-allowed;
}

* {
    box-sizing: border-box;
}

.blazor-error-boundary {
    background: #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "Ha ocurrido un error."
}
