
/* Kaisei Haruno Umi font faces */
@font-face {
    font-family: 'Kaisei Haruno Umi';
    font-weight: 700; /* Bold */
    font-style: normal;
    font-stretch: normal;
    src: url('./fonts/KaiseiHarunoUmi-Bold.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Kaisei Haruno Umi';
    font-weight: 500; /* Medium */
    font-style: normal;
    font-stretch: normal;
    src: url('./fonts/KaiseiHarunoUmi-Medium.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Kaisei Haruno Umi';
    font-weight: 400; /* Regular */
    font-style: normal;
    font-stretch: normal;
    src: url('./fonts/KaiseiHarunoUmi-Regular.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Montserrat';
    font-weight: 100 900; /* Variable font supports all weights */
    font-style: normal;
    font-stretch: normal;
    src: url('./fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Satoshi';
    font-weight: 100 900; /* Variable font supports all weights */
    font-style: normal;
    font-stretch: normal;
    src: url('./fonts/Satoshi-Variable.ttf') format('truetype');
  }

body{
  font-family: 'Satoshi';
}