@font-face {
    font-family: "dynamicFont";
    src: url("PeydaWeb-Regular.ttf") format("ttf");
    src: url("PeydaWeb-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "dynamicFont";
    src: url("PeydaWeb-Black.ttf") format("ttf");
    src: url("PeydaWeb-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "dynamicFont";
    src: url("PeydaWeb-ExtraBold.ttf") format("ttf");
    src: url("PeydaWeb-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "dynamicFont";
    src: url("PeydaWeb-ExtraLight.ttf") format("ttf");
    src: url("PeydaWeb-ExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "dynamicFont";
    src: url("PeydaWeb-Light.ttf") format("ttf");
    src: url("PeydaWeb-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "dynamicFont";
    src: url("PeydaWeb-SemiBold.ttf") format("ttf");
    src: url("PeydaWeb-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "dynamicFont";
    src: url("PeydaWeb-Thin.ttf") format("ttf");
    src: url("PeydaWeb-Thin.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}