/* Custom Properties for Neutral Theme */

:root {
  /* Custom Fonts */
  --theme-default-font: 'Nestle Text Regular';

  /* Font Sizes */
  --h1-xlarge: 44px;
  --h2-large: 36px;
  --h3-medium: 24px;
  --h4-medium: 24px;
  --h5-small: 18px;
  --h6-label: 16px;
  --body-font-size: 16px;
  --hyperlink-font-size: 16px;
  --caption-font-size: 12px;

  /* Mobile Font Sizes */
  --mobile-h1-xlarge: 30px;
  --mobile-h2-large: 28px;

  /* Font Weights */
  --font-weight-bold: bold;
  --font-weight-book: normal;
  --font-weight-light: lighter;

  /* Color Palette */
  --brand-color-primary: #64513d;
  --brand-color-secondary: #64513d;
  --brand-color-dark: #30261d;
  --brand-color-white: #ffffff;
  --brand-color-medium: #a2968a;
  --brand-color-light: #E8E5E2;
  --brand-color-black: #000000;

  /* Text Colors */
  --brand-text-color-primary: #64513d;
  --brand-link-color: #127DB8;
  --brand-link-hover: #0C6493;


  --brand-color-coffee: #F1EDE7;
}
