This directory contains files specific to your theme customizations.

You may store any additional custom files in this folder. To preserve 
your changes when upgrading to a new version of the theme, be sure to 
back up this directory.

The file example.custom-style.css includes example CSS customizations 
and demonstrates how to override default styles. This file is 
executed when the theme is installed for the first time.

Important: When updating the theme using Composer (as recommended by 
Drupal), the file example.custom-style.css will be replaced, and any 
untracked files may be deleted.

To avoid losing your customizations, follow these steps:
- Rename example.custom-style.css to something like custom-style.css.
- Move the renamed file to a safer location, such as the Drupal themes 
  folder (themes/, themes/custom/, or another appropriate directory on 
  your web server).
- Update the file path in the themes settings accordingly:
  - If custom-style.css is placed directly in the theme folder, use:
        ../../custom-style.css
  - If it's placed in themes/custom, use:
        ../custom-style.css

This ensures your custom styles persist across updates.
