/* Inter */
@font-face {
  font-family: 'Inter';
  font-weight: 400;
  font-style: normal;
  src: url('./Inter/static/Inter_28pt-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  font-weight: 500;
  font-style: normal;
  src: url('./Inter/static/Inter_28pt-Medium.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  font-weight: 600;
  font-style: normal;
  src: url('./Inter/static/Inter_28pt-SemiBold.ttf') format('truetype');
  font-display: swap;
}

/* Roboto */
@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src: url('./Roboto/static/Roboto-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  src: url('./Roboto/static/Roboto-Medium.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-weight: 600;
  font-style: normal;
  src: url('./Roboto/static/Roboto-SemiBold.ttf') format('truetype');
  font-display: swap;
}

/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  src: url('./Montserrat/static/Montserrat-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  font-style: normal;
  src: url('./Montserrat/static/Montserrat-Medium.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 600;
  font-style: normal;
  src: url('./Montserrat/static/Montserrat-SemiBold.ttf') format('truetype');
  font-display: swap;
}

/* Merriweather */
@font-face {
  font-family: 'Merriweather';
  font-weight: 400;
  font-style: normal;
  src: url('./Merriweather/static/Merriweather_48pt-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Merriweather';
  font-weight: 500;
  font-style: normal;
  src: url('./Merriweather/static/Merriweather_48pt-Medium.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Merriweather';
  font-weight: 600;
  font-style: normal;
  src: url('./Merriweather/static/Merriweather_48pt-SemiBold.ttf') format('truetype');
  font-display: swap;
}

/* PT Sans */
@font-face {
  font-family: 'PT Sans';
  font-weight: 400;
  font-style: normal;
  src: url('./PT_Sans/PTSans-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'PT Sans';
  font-weight: 500;
  font-style: normal;
  src: url('./PT_Sans/PTSans-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'PT Sans';
  font-weight: 600;
  font-style: normal;
  src: url('./PT_Sans/PTSans-Bold.ttf') format('truetype');
  font-display: swap;
}

/* Ubuntu */
@font-face {
  font-family: 'Ubuntu';
  font-weight: 400;
  font-style: normal;
  src: url('./Ubuntu/Ubuntu-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  font-weight: 500;
  font-style: normal;
  src: url('./Ubuntu/Ubuntu-Medium.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  font-weight: 600;
  font-style: normal;
  src: url('./Ubuntu/Ubuntu-Bold.ttf') format('truetype');
  font-display: swap;
}
