/*
Theme Name: Kuraj
Description: Kurazh Event Tickets
Version: 1.0
*/

@font-face {
    font-family: 'Inter Tight';
    src: url('assets/fonts/InterTight-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Inter Tight';
    src: url('assets/fonts/InterTight-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Inter Tight';
    src: url('assets/fonts/InterTight-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Plex Mono';
    src: url('assets/fonts/IBMPlexMono-Light.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Plex Mono';
    src: url('assets/fonts/IBMPlexMono-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Inter Tight', sans-serif;
    background-color: #FFFFFF;
}
html {
    background-color: #FFFFFF;
}
