@font-face {
    font-family: IBMPlexSans;
    src: url(./fonts/IBMPlexSans-Light.ttf);
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: IBMPlexSans;
    src: url(./fonts/IBMPlexSans-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: IBMPlexSans;
    src: url(./fonts/IBMPlexSans-Medium.ttf);
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: IBMPlexSans;
    src: url(./fonts/IBMPlexSans-SemiBold.ttf);
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: IBMPlexSans;
    src: url(./fonts/IBMPlexSans-Bold.ttf);
    font-weight: 700;
    font-display: swap;
}
body,
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: IBMPlexSans;
    font-weight: 400;
}
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
a {
    text-decoration: none;
}
strong {
    font-weight: 500;
}
section {
    position: relative;
}