/* Import only the required weights and styles */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;800;900&display=swap');

.roboto-condensed {
    font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI",
        "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
        "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
}

/* Additional Utility Classes */
.italic {
    font-style: italic;
}

.bold {
    font-weight: 800;
}

.black {
    font-weight: 900;
}
