/*
 * TurkFlowers ortak tasarım değişkenleri
 */

:root {
  --tf-green: #0b772f;
  --tf-text: #292929;
  --tf-muted: #777777;
  --tf-border: #e8e8e8;
  --tf-soft-bg: #f7f7f7;

  --tf-salmon-bg: #fff1ef;
  --tf-salmon-border: #f2b5ad;
  --tf-salmon-text: #4a302d;
}
