/* variables.css — CSS custom properties */
@charset "utf-8";
/*
Theme Name:sourire
Theme URI: https://https://sourirephoto.com/wp-content/themes/sourire/
Description:sourire theme
Version: 1.0
Author: sourire
*/


:root{
  --font-en: "Noto Serif JP", serif;
  --font-jp-serif: "Noto Serif JP", serif;
  --font-jp-sans: "Noto Serif JP", serif;

  /* Design System Colors */
  --color-text:        #2a2a2a;
  --color-text-light:  #666666;
  --color-text-muted:  #555555;
  --color-border:      #d9d9d9;
  --color-border-light:#ebebeb;
  --color-bg:          #ffffff;
  --color-bg-section:  #f5f5f5;
  --color-accent:      #d4b8b8;
  --color-highlight:   #f0eced;

  /* Font size tokens */
  --fs-section-en:    13px;
  --fs-section-ja:    22px;
  --fs-body:          14px;
  --fs-small:         13px;
  --fs-xs:            12px;
  --fs-xxs:           11px;
}
