/* Regular (Normal) Weights */
@font-face {
    font-family: 'Santral';
    src: url('../fonts/SantralHairline.ttf');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Santral';
    src: url('../fonts/SantralThin.ttf');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Santral';
    src: url('../fonts/SantralExtraLight.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Santral';
    src: url('../fonts/SantralLight.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Santral';
    src: url('../fonts/SantralBook.ttf');
    font-weight: 450;
    font-style: normal;
}

@font-face {
    font-family: 'Santral';
    src: url('../fonts/SantralMedium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Santral';
    src: url('../fonts/SantralSemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Santral';
    src: url('../fonts/SantralBold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Santral';
    src: url('../fonts/SantralExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Santral';
    src: url('../fonts/SantralUltra.ttf');
    font-weight: 900;
    font-style: normal;
}

/* Italic Weights */
@font-face {
    font-family: 'Santral';
    src: url('../fonts/SantralHairlineItalic.ttf');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Santral';
    src: url('../fonts/SantralThinItalic.ttf');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Santral';
    src: url('../fonts/SantralExtraLightItalic.ttf');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Santral';
    src: url('../fonts/SantralLightItalic.ttf');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Santral';
    src: url('../fonts/SantralBookItalic.ttf');
    font-weight: 450;
    font-style: italic;
}

@font-face {
    font-family: 'Santral';
    src: url('../fonts/SantralMediumItalic.ttf');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Santral';
    src: url('../fonts/SantralSemiBoldItalic.ttf');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Santral';
    src: url('../fonts/SantralBoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Santral';
    src: url('../fonts/SantralExtraBoldItalic.ttf');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Santral';
    src: url('../fonts/SantralUltraItalic.ttf');
    font-weight: 900;
    font-style: italic;
}

*, body, html {
    font-family: "Santral", sans-serif;
}
