@tailwind base;
@tailwind components;
@tailwind utilities;


@import '../styles/homeApp/index.css';
@import '../styles/musicApp/index.css';
@import '../styles/mediaApp/index.css';
@import '../styles/showsApp/index.css';
@import '../styles/base/base.css';


@font-face {
    font-family: Luxoria;
    src: url(../fonts/Luxoria/luxoria.ttf) format('truetype');
}

@font-face {
    font-family: Grotesk-Black;
    src: url(../fonts/Grotesk/Easy-Grotesk-Black-Demo-BF653883937b855.otf) format('truetype');
}

@font-face {
    font-family: Begaters;
    src: url(../fonts/Begaters/begaters.otf) format('truetype');
}



:root {
    --primary-color: black;
}

html, body {
    background-color: var(--primary-color);
}