@font-face {
    font-family: 'Poppins';
    src: url('Custom-Fonts/Poppins-Regular.woff2') format('woff2'),
        url('Custom-Fonts/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('Custom-Fonts/RobotoCondensed-Light.woff2') format('woff2'),
        url('Custom-Fonts/RobotoCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('Custom-Fonts/RobotoCondensed-Regular.woff2') format('woff2'),
        url('Custom-Fonts/RobotoCondensed-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('Custom-Fonts/RobotoCondensed-Bold.woff2') format('woff2'),
        url('Custom-Fonts/RobotoCondensed-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SairaSemiCondensed';
    src: url('Custom-Fonts/SairaSemiCondensed-Black.woff2') format('woff2'),
        url('Custom-Fonts/SairaSemiCondensed-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}