
/* Lark */
@font-face {
    font-family: 'Lark';
    src: url('./lark/Lark-Regular.woff2') format('woff2'),
         url('./lark/Lark-Regular.woff') format('woff'),
         url('./lark/Lark-Regular.ttf') format('truetype');
    font-weight: 400;  /* Normal weight */
    font-style: normal;  /* Normal style */
}
  
 
@font-face {
     font-family: 'Lark';
     src: 
          url('./lark/Lark-Medium.woff2') format('woff2'),
          url('./lark/Lark-Medium.woff') format('woff'),
          url('./lark/Lark-Medium.ttf') format('truetype');
     font-weight: 500;  /* Medium weight */
     font-style: normal;  /* Medium style */
}


@font-face {
     font-family: 'Lark';
     src: url('./lark/Lark-Bold.woff2') format('woff2'),
          url('./lark/Lark-Bold.woff') format('woff'),
          url('./lark/Lark-Bold.ttf') format('truetype');
     font-weight: bold;  /* Bold weight */
     font-style: normal;  /* Bold style */
}