@font-face {
    font-family: 'SpoofTrial';
    src: url('../font/otf/SpoofTrial-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SpoofTrial';
    src: url('../font/otf/SpoofTrial-BlackSlanted.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'SpoofTrial';
    src: url('../font/otf/SpoofTrial-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SpoofTrial';
    src: url('../font/otf/SpoofTrial-BoldSlanted.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'SpoofTrial';
    src: url('../font/otf/SpoofTrial-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SpoofTrial';
    src: url('../font/otf/SpoofTrial-LightSlanted.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'SpoofTrial';
    src: url('../font/otf/SpoofTrial-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SpoofTrial';
    src: url('../font/otf/SpoofTrial-MediumSlanted.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'SpoofTrial';
    src: url('../font/otf/SpoofTrial-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SpoofTrial';
    src: url('../font/otf/SpoofTrial-RegularSlanted.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'SpoofTrial';
    src: url('../font/otf/SpoofTrial-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'SpoofTrial';
    src: url('../font/otf/SpoofTrial-ThinSlanted.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

/* Apply the custom font globally */
body {
    font-family: 'SpoofTrial', sans-serif;
}

/* Apply the custom font globally to all elements */
* {
    font-family: 'SpoofTrial', sans-serif;
}

/* Ensure custom font is applied to all heading elements */
h1, h2, h3, h4, h5, h6 {
    font-family: 'SpoofTrial', sans-serif;
}
