/*
Theme Name: mori-2025
Template: lightning
Description: 
Author: Cascade Tokyo
Tags: 
Version: 0.1.0
*/

/* ========基本======== */

html {
    scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New","Zen Kaku Gothic Antique","Noto Sans JP","Open Sans", sans-serif;
  font-size: 18px;
  color:#231815;
}


ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ======== Google font ======== 


@font-face {
  font-family: 'ZenMaruGothic';
  src: url('fonts/ZenMaruGothic-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ZenMaruGothic';
  src: url('fontsZenMaruGothic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ZenMaruGothic';
  src: url('fonts/ZenMaruGothic-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ZenMaruGothic';
  src: url('fonts/ZenMaruGothic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ZenMaruGothic';
  src: url('fonts/ZenMaruGothic-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

*/