@font-face {
    font-family: "Santral";
    src: url("/fonts/santral/Santral-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Santral";
    src: url("/fonts/santral/Santral-ThinItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Santral";
    src: url("/fonts/santral/Santral-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Santral";
    src: url("/fonts/santral/Santral-ExtraLightItalic.ttf") format("truetype");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Santral";
    src: url("/fonts/santral/Santral-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Santral";
    src: url("/fonts/santral/Santral-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Santral";
    src: url("/fonts/santral/Santral-Book.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Santral";
    src: url("/fonts/santral/Santral-BookItalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Santral";
    src: url("/fonts/santral/Santral-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Santral";
    src: url("/fonts/santral/Santral-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Santral";
    src: url("/fonts/santral/Santral-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Santral";
    src: url("/fonts/santral/Santral-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Santral";
    src: url("/fonts/santral/Santral-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Santral";
    src: url("/fonts/santral/Santral-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Santral";
    src: url("/fonts/santral/Santral-ExtraBold.ttf") format("truetype");
    font-weight: 800 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Santral";
    src: url("/fonts/santral/Santral-ExtraBoldItalic.ttf") format("truetype");
    font-weight: 800 900;
    font-style: italic;
    font-display: swap;
}

html,
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
.font-erode {
    font-family: "Santral", sans-serif !important;
}
