@import url("./base.css");
@import url("./layout.css");
@import url("./components.css");
@import url("./contact.css");
@import url("./pages.css");

@font-face {
    font-family: "RomanGreek";
    src: url("/fonts/roman-greek.woff2") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    border-bottom: none;
}

.content-block {
    max-width: 62rem;
    margin: 0 auto 2.5rem;
    padding-inline: var(--content-padding);
}

input::placeholder,
textarea::placeholder {
    font-family: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0.3;
}

.lead {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--surface-heading);
}

#blazor-error-ui {
    display: none;
}
