:root {

  /***************************************************************
   カラー設定
  ***************************************************************/
  /* global colors */
  --notema-main-color: #dacd95;
  --notema-accent-color: #cab868;
  --notema-background-color-dark: linear-gradient(110deg, #d8cfa6 0%, #dacd95 100%);
    --notema-background-color-dark-01: #d8cfa6;
  --notema-background-color-dark-02: #dacd95;
    --notema-background-color-light: #F5F6F9;
  --notema-link-color: #cab868;
  --notema-link-hover-color: #cab868;
  --notema-font-color: #333;
  --notema-alert-color: #E42626;

  /***************************************************************
   フォント設定
  ***************************************************************/
  /* fonts */
  --notema-base-font-family: "Noto Serif JP", serif;
  --notema-english-font-family: 'Montserrat', sans-serif;

  /* font icon */
  --notema-font-icon: 'Font Awesome 6 Pro';
  --notema-font-icon-brands: 'Font Awesome 6 Brands';

  /* font size */
  --notema-font-size-html: 67.5%;
  --notema-font-size: 1.4rem;
  --notema-font-size-sp: 1.2rem;

  /* infoBar */
  --notema-infobar-font-size: 1.2rem;
  --notema-infobar-font-size-sp: 1rem;

  /***************************************************************
   デザイン設定
  ***************************************************************/
  --notema-border-radius-value: 4px;

  /***************************************************************
   レイアウト設定
  ***************************************************************/
  /* global container width */
  --notema-global-container-width: 1024px;
  --notema-container-width-small: 720px;


}
