@import url(global.css);
@import url(nuicron.css);

body {
    background-color: var(--background);
}

#sec1-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 250px 0 60px 0;
}

#support-hero-title {
    font-family: 'Assistant', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 64px;
    text-align: center;
    margin: 0;
    padding: 0;
    display: inline-block;
    background-image: linear-gradient(to right, var(--accent), var(--gradient));
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}