@use "../../generic/generic-button.scss" with (
    $buttons_black_regular: (".buttonBlackRegular")
)

@use "../../generic/generic-button.scss" with 
(
    $buttons_green_regular: (".buttonGreenRegular"),
)

@use "../../generic/generic-button.scss" with 
(
    $buttons_blue_regular: (".buttonBlueRegular"),
)

@use "../../generic/generic-typography.scss" with 
(
    $white_links: (".whiteLink"),
)

@use "../generic/generic-component.scss" as generic_component with
(
    $btn_groups: (".snackButtonGroup"),
    $black_buttons: (".blackButton"),
    $green_buttons: (".greenButton"),
    $body_text_elements: (".SnackbarItem-message"),
)