/* OUR-STORY — static component styles.
 * Search the sg- class in HTML to find the element. Reused classes share a rule.
 * The :is() scope preserves former inline priority over template selectors.
 * No element with id smart-static-priority is required. Keep this scope.
 * JavaScript can override normal properties inline during interactions.
 */

:is(#smart-static-priority,:root) .sg-our-story-text-01 {
  --fx-text-color:  var(
                                --token-0edc2e6a-5fd1-47c5-a905-c3de9f07cea3,
                                rgb(29, 29, 29)
                              );
}

:is(#smart-static-priority,:root) .sg-our-story-text-02 {
  --fx-text-color:  var(
                                --token-b923e1cb-cf6e-406c-a3d3-6c79738c4b54,
                                rgb(77, 88, 95)
                              );
}

:is(#smart-static-priority,:root) .sg-our-story-text-03 {
  --fx-text-color:  var(
                              --token-0edc2e6a-5fd1-47c5-a905-c3de9f07cea3,
                              rgb(29, 29, 29)
                            );
}

