@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100..900&display=swap');

@font-face {
    font-family: 'Agraham';
    src: url('Agraham.woff2') format('woff2'),
         url('Agraham.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  

@font-face {
  font-family: 'Circular Pro Book';
  src: url('CircularPro-Book.woff2') format('woff2'),
       url('CircularPro-Book.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Optima';
  src: url('Optima.woff2') format('woff2'),
       url('Optima.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Kugile';
    src: url('Kugile.woff2') format('woff2'),
        url('Kugile.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}