@use "/resources/styles/common" as *;
@use "/resources/styles/config";

.section.-testimonialSection {
    background-color: config.$primary;
    --color: #{config.$white};
    --color-attribution: #{config.$blue-100};
    --color-punctuation: #{config.$secondary};
}
