@font-face {
    font-family: 'Rowdies';
    src: url('./font-files/Rowdies-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Rowdies';
    src: url('./font-files/Rowdies-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Rowdies';
    src: url('./font-files/Rowdies-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Fastup';
    src: url('./font-files/Fastup-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Fastup';
    src: url('./font-files/Fastup-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Fahkwang';
    src: url('./font-files/Fahkwang-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Fahkwang';
    src: url('./font-files/Fahkwang-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Fahkwang';
    src: url('./font-files/Fahkwang-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Fahkwang';
    src: url('./font-files/Fahkwang-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'GentyDemo';
    src: url('./font-files/GentyDemo-Regular.otf') format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'FuturaStd';
    src: url('./font-files/FuturaStd-Bold.otf') format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'FuturaStd';
    src: url('./font-files/FuturaStd-Book.otf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'FuturaStd';
    src: url('./font-files/FuturaStd-ExtraBold.otf') format('opentype');
    font-weight: 800;
}

@font-face {
    font-family: 'FuturaStd';
    src: url('./font-files/FuturaStd-Heavy.otf') format('opentype');
    font-weight: 900;
}

@font-face {
    font-family: 'FuturaStd';
    src: url('./font-files/FuturaStd-Medium.otf') format('opentype');
    font-weight: 500;
}