@font-face {
  font-family: 'Montserrat'; /* This is the name you will use for the font */
  src: 
    url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-style: normal;
  font-display: swap; /* Improves perceived performance */
}

@font-face {
    font-family: 'Poppins'; /* This is the name you will use for the font */
    src: 
      url('../fonts/Poppins-Bold.ttf') format('truetype');   /* Older browsers */
    font-style: normal;
    font-display: swap; /* Improves perceived performance */
}

@font-face {
    font-family: 'BebasNeue'; /* This is the name you will use for the font */
    src: 
      url('../fonts/BebasNeue-Regular.ttf') format('truetype');   /* Older browsers */
    font-style: normal;
    font-display: swap; /* Improves perceived performance */
}

@font-face {
    font-family: 'AcuminVariableConcept'; /* This is the name you will use for the font */
    src: 
      url('../fonts/BebasKai-Regular-1.otf') format('opentype');   /* Older browsers */
    font-style: normal;
    font-display: swap; /* Improves perceived performance */
}