<resources>

    <style name="ThemeOverlay.Tc_banktemplate.FullscreenContainer" parent="">
        <item name="fullscreenBackgroundColor">@color/white_background</item>
        <item name="fullscreenTextColor">@color/material_secondary</item>
    </style>
    
    <!-- Material Design 3 theme overlay -->
    <style name="ThemeOverlay.Material3" parent="">
        <item name="colorPrimary">@color/material_primary</item>
        <item name="colorSecondary">@color/material_secondary</item>
        <item name="colorAccent">@color/material_accent</item>
    </style>
</resources>