@font-face {
    font-weight: 300;
    font-family: "FuturaPT";
    src: url("../fonts/FuturaPT-Light.ttf");
    font-display: swap;
}

@font-face {
    font-weight: 400; /* Соответствует значению normal */
    font-family: "FuturaPT";
    src: url("../fonts/FuturaPT-Book.ttf");
    font-display: swap;
}

@font-face {
    font-weight: 500;
    font-family: "FuturaPT";
    src: url("../fonts/FuturaPT-Medium.ttf");
    font-display: swap;
}

@font-face {
    font-weight: 600;
    font-family: "FuturaPT";
    src: url("../fonts/FuturaPT-Demi.ttf");
    font-display: swap;
}

@font-face {
    font-weight: 700; /* Соответствует значению bold */
    font-family: "FuturaPT";
    src: url("../fonts/FuturaPT-Bold.ttf");
    font-display: swap;
}
