/* Exact font specifications from ShowIt */

/* Main title: "The Cheapest Way to Trade" - Roboto Bold, 50px */
.sie-hero_2-text {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 50px !important;
    letter-spacing: 0 !important;
}

/* Subtitle: "The world's first exchange..." - Roboto Light, 20px */
#sie-hero_2 .st-d-text {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    font-size: 20px !important;
}

/* Section heading: "Eliminating a $34 billion problem." - Roboto Medium, 30px */
#sie-the-problem_2 .st-d-title {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    font-size: 30px !important;
}

/* Problem text: "Today, retail investors..." - Roboto Light, 18px */
#sie-the-problem_3 .st-d-heading {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    font-size: 18px !important;
}

/* Solution text: "Our exchange technology..." - Roboto Light, 18px */
#sie-the-problem_8 .st-d-paragraph {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    font-size: 18px !important;
}

/* Bold conclusion: "This creates an astonishingly..." - Roboto Medium, 22px */
#sie-the-problem_10 .st-d-text {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    font-size: 22px !important;
}

/* Also update mobile versions with appropriate sizes */
#sie-hero_7 .st-m-title {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 40px !important; /* Slightly smaller for mobile */
    letter-spacing: 0 !important;
}

#sie-hero_2 .st-m-text {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    font-size: 18px !important;
}

#sie-the-problem_2 .st-m-title {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    font-size: 24px !important;
}

#sie-the-problem_3 .st-m-heading {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    font-size: 16px !important;
}

#sie-the-problem_8 .st-m-paragraph {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    font-size: 16px !important;
}

#sie-the-problem_10 .st-m-text {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
}

/* Navigation menu - keep Roboto Medium */
.se a {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
}