@font-face {
    font-family: "Bebas Neue300";
    src: url('../fonts/BebasNeue/BebasNeue Thin.otf');
}

@font-face {
    font-family: "Bebas Neue400";
    src: url('../fonts/BebasNeue/BebasNeue Light.otf');
}

@font-face {
    font-family: "Bebas Neue500";
    src: url('../fonts/BebasNeue/BebasNeue Book.otf');
}

@font-face {
    font-family: "Bebas Neue600";
    src: url('../fonts/BebasNeue/BebasNeue Regular.otf');
}

@font-face {
    font-family: "Bebas Neue700";
    src: url('../fonts/BebasNeue/BebasNeue Bold.otf');
}

@font-face {
    font-family: "Roboto300";
    src: url('../fonts/Roboto/Roboto-Light.ttf');
}

@font-face {
    font-family: "Roboto400";
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: "Roboto500";
    src: url('../fonts/Roboto/Roboto-Medium.ttf');
}

@font-face {
    font-family: "Roboto600";
    src: url('../fonts/Roboto/Roboto-Bold.ttf');
}

@font-face {
    font-family: "Roboto700";
    src: url('../fonts/Roboto/Roboto-Black.ttf');
}

.body-1 {
    font-family: 'Roboto300';
    font-style: normal;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.228571px;
}

.body-small {
    font-family: 'Roboto300';
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2px;
}

.body-small-2 {
    font-family: 'Roboto400';
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.171429px;
}

.body-mid {
    font-family: 'Roboto400';
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 0.2px;
    text-align: center;
}

.roboto-500 {
    font-family: 'Roboto500';
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 0.2px;
}

.title-h1 {
    font-family: 'Bebas Neue700';
    font-style: normal;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.8px;
}

.title-h1-400 {
    font-family: "Bebas Neue400";
    font-style: normal;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.8px;
}

.title-h2 {
    font-family: 'Bebas Neue700';
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    color: #1E1E1E;
    letter-spacing: 0.586666px;
}

.title-h3 {
    font-family: 'Bebas Neue700';
    font-style: normal;
    font-size: 22px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: 0.8px;
}

.title-h4 {
    font-family: 'Bebas Neue700';
    font-style: normal;
    font-size: 20px;
    line-height: 18px;
    text-align: right;
    letter-spacing: 0.44px;
}

.title-h5 {
    font-family: 'Roboto700';
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.2px;
}

.text-button {
    font-family: 'Bebas Neue700';
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.0114em;
    color: #1E1E1E;
}