@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/Poppins-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/PTSansNarrow-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/PTSansNarrow-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Podkova';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Podkova-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Podkova';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Podkova-Medium.ttf') format('truetype');
}

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

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

@font-face {
    font-family: 'Podkova';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/Podkova-ExtraBold.ttf') format('truetype');
}









