body {
    margin: 0px;
}

@font-face {
    font-family: 'ibmplexsans-semibold';
    src: url('../fonts/IBMPlexSans-SemiBold.otf');
}

.ibmplexsans-semibold {
    font-family: 'ibmplexsans-semibold';
}

@font-face {
    font-family: 'robotocondensed-bold';
    src: url('../fonts/RobotoCondensed-Bold.ttf');
}

.robotocondensed-bold {
    font-family: 'robotocondensed-bold';
}

@font-face {
    font-family: 'robotocondensed-regular';
    src: url('../fonts/RobotoCondensed-Regular.ttf');
}

.robotocondensed-regular {
    font-family: 'robotocondensed-regular';
}

