/* Fonts */

/* Inter-100 - latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100; 
    font-display: block;
    src: url('/fonts/Inter-Thin.ttf');
  }
  /* Inter-200 - latin */
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200; 
    font-display: block;
    src: url('/fonts/Inter-ExtraLight.ttf');
  }
  /* Inter-300 - latin */
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300; 
    font-display: block;
    src: url('/fonts/Inter-Light.ttf');
  }
  /* Inter-regular - latin */
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400; 
    font-display: block;
    src: url('/fonts/Inter-Regular.ttf');
  }
  /* Inter-500 - latin */
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500; 
    font-display: block;
    src: url('/fonts/Inter-Medium.ttf');
  }
  /* Inter-600 - latin */
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600; 
    font-display: block;
    src: url('/fonts/Inter-SemiBold.ttf');
  }
  /* Inter-700 - latin */
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700; 
    font-display: block;
    src: url('/fonts/Inter-Bold.ttf');
  }
  /* Inter-800 - latin */
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800; 
    font-display: block;
    src: url('/fonts/Inter-ExtraBold.ttf');
  }

  /* Inter-900 - latin */
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900; 
    font-display: block;
    src: url('/fonts/Inter-Black.ttf');
  }

  @font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400; 
    font-display: block;
    src: url('/fonts/CormorantGaramond-Regular.ttf');
  }

  @font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400; 
    font-display: block;
    src: url('/fonts/Mulish-Regular.ttf');
  }

  @font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 300; 
    font-display: block;
    src: url('/fonts/Mulish-Light.ttf');
  }

  @font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 200; 
    font-display: block;
    src: url('/fonts/Mulish-ExtraLight.ttf');
  }

  @font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400; 
    font-display: block;
    src: url('/fonts/PlayfairDisplay-Regular.ttf');
  }

  @font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400; 
    font-display: block;
    src: url('/fonts/PlayfairDisplay-Italic.ttf');
  }

  @font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700; 
    font-display: block;
    src: url('/fonts/PlayfairDisplay-Bold.ttf');
  }

  @font-face {
    font-family: 'Margo';
    font-style: normal;
    font-weight: 400; 
    font-display: block;
    src: url('/fonts/Margo-Regular.woff2');
  }

  @font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 400; 
    font-display: block;
    src: url('/fonts/Caveat-Regular.ttf');
  }

  @font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 500; 
    font-display: block;
    src: url('/fonts/Caveat-Medium.ttf');
  }
  
  @font-face {
    font-family: 'Just Wright';
    font-style: normal;
    font-weight: 400; 
    font-display: block;
    src: url('/fonts/JustWright.ttf');
  }

  @font-face {
    font-family: 'Nanum Myeongjo';
    font-style: normal;
    font-weight: 400; 
    font-display: block;
    src: url('/fonts/NanumMyeongjo-Regular.ttf');
  }

  @font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 400; 
    font-display: block;
    src: url('/fonts/NotoSerifJP-Regular.otf');
  }

  @font-face {
    font-family: 'Shippori Mincho';
    font-style: normal;
    font-weight: 400; 
    font-display: block;
    src: url('/fonts/ShipporiMincho-Regular.ttf');
  }

  @font-face {
    font-family: 'Zen Old Mincho';
    font-style: normal;
    font-weight: 400; 
    font-display: block;
    src: url('/fonts/ZenOldMincho-Regular.ttf');
  }

  @font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400; 
    font-display: block;
    src: url('/fonts/VarelaRound-Regular.ttf');
  }
  