:root {
    --main: #5dba48 ;
    --main-deep: #2E8F24;
    --main-deeper: #2E8F24;
  

    --main-light: #83C973;
    /* 以下未定 */
    --main-lighter: #a7e395;
    --main-lighter: #DBFBC5;
    --main-lightest: #EDFDE2;
    /* 未定ここまで */
    
    --background: #FFFAF7;
    --white: white;
    --text: #333;
    --menu-button: #f5f5dc;

    /* LINE用 */
    --linegreen: #00B900;
}

@font-face {
  font-family: 'Caveat-Eng';
  /* パスを子テーマのフォルダから開始して記述 */
  src: url('fonts/Caveat-Eng.woff2') format('woff2'); 
  font-display: swap; 
}
