@tailwind base;
@tailwind components;
@tailwind utilities;


@font-face {
    font-family: "itc";
    src: url("fonts/ITCAvantGardeGothic/ITCAvantGardeStd-Md.otf");
}
@font-face {
    font-family: "itc-bold";
    src: url("fonts/ITCAvantGardeGothic/ITCAvantGardeStd-Bold.otf");
}
@font-face {
    font-family: "roboto";
    src: url("fonts/Roboto/Roboto-Regular.ttf");
}
@font-face {
    font-family: "roboto-medium";
    src: url("fonts/Roboto/Roboto-Medium.ttf");
}