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

@layer base {
  @font-face {
    font-family: "Degular-Semibold";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/fonts/DegularDemoSemibold.otf) format("opentype");
  }

  @font-face {
    font-family: "Roobert";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/RoobertRegular.ttf) format("ttf");
  }

  @font-face {
    font-family: "Roobert";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/RoobertBold.ttf) format("ttf");
  }

  @font-face {
    font-family: "Roobert";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/fonts/RoobertMedium.ttf) format("ttf");
  }

  @font-face {
    font-family: "Roobert";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/fonts/RoobertSemiBold.ttf) format("ttf");
  }
}
