/* Outfit */
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Bold.ttf') format('truetype');
    font-weight: 700;
}

/* Manrope */
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: 700;
}

/* Poppins */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
}

/* Inter */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter_18pt-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter_18pt-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter_18pt-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter_18pt-Bold.ttf') format('truetype');
    font-weight: 700;
}

/* Outfit */
.Outfit-Medium{
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
}

.Outfit-SemiBold{
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
}

.Outfit-Bold{
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
}

/* Manrope */
.Manrope-Medium{
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
}

.Manrope-SemiBold{
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
}

.Manrope-Bold{
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
}

/* Poppins */
.Poppins-Regular{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.Poppins-Medium{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.Poppins-SemiBold{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.Poppins-Bold{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

/* Inter */
.Inter-Regular{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.Inter-Medium{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.Inter-SemiBold{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.Inter-Bold{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}