:root {
    // Currently internal variables:
    --amh-radius-s: 4px;
    --amh-radius-m: 8px;
    --amh-radius-l: 12px;
  
    --amh-font-size-1: 9px;
    --amh-font-size-2: 10px;
    --amh-font-size-3: 11px;
    --amh-font-size-4: 12px;
    --amh-font-size-5: 13px;
    --amh-font-size-6: 14px;
    --amh-font-size-7: 15px;
    --amh-font-size-8: 16px;
    --amh-font-size-9: 17px;
    --amh-font-size-10: 18px;
    --amh-font-size-36:36px;
  
    // variables should be exposed to users:
    --amh-color-primary: #E57693;
    --amh-color-blue-primary:#00A8A9;
    --amh-color-success: #00b578;
    --amh-color-warning: #ff8f1f;
    --amh-color-danger: #ff3141;
  
    --amh-color-white: #ffffff;
    --amh-color-text: #333333;
    --amh-color-text-secondary: #666666;
    --amh-color-weak: #999999;
    --amh-color-light: #cccccc;
    --amh-color-border: #eeeeee;
    --amh-color-box: #f5f5f5;
    --amh-color-background: #ffffff;
  
    --amh-font-size-main: var(--amh-font-size-5);
  
    --amh-font-family: -apple-system, blinkmacsystemfont, 'Helvetica Neue',
      helvetica, segoe ui, arial, roboto, 'PingFang SC', 'miui',
      'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
  
    // The variables below are deprecated and only exist for backward compatibility:
    --amh-border-color: var(--amh-color-border);
  }

page{
    // Currently internal variables:
    --amh-radius-s: 4px;
    --amh-radius-m: 8px;
    --amh-radius-l: 12px;
  
    --amh-font-size-1: 9px;
    --amh-font-size-2: 10px;
    --amh-font-size-3: 11px;
    --amh-font-size-4: 12px;
    --amh-font-size-5: 13px;
    --amh-font-size-6: 14px;
    --amh-font-size-7: 15px;
    --amh-font-size-8: 16px;
    --amh-font-size-9: 17px;
    --amh-font-size-10: 18px;
    --amh-font-size-36:36px;
  
    // variables should be exposed to users:
    --amh-color-primary: #E57693;
    --amh-color-blue-primary:#00A8A9;
    --amh-color-success: #00b578;
    --amh-color-warning: #ff8f1f;
    --amh-color-danger: #ff3141;
  
    --amh-color-white: #ffffff;
    --amh-color-text: #333333;
    --amh-color-text-secondary: #666666;
    --amh-color-weak: #999999;
    --amh-color-light: #cccccc;
    --amh-color-border: #eeeeee;
    --amh-color-box: #f5f5f5;
    --amh-color-background: #ffffff;
  
    --amh-font-size-main: var(--amh-font-size-5);
  
    --amh-font-family: -apple-system, blinkmacsystemfont, 'Helvetica Neue',
      helvetica, segoe ui, arial, roboto, 'PingFang SC', 'miui',
      'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
  
    // The variables below are deprecated and only exist for backward compatibility:
    --amh-border-color: var(--amh-color-border);
  }
  
  