@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
    font-family: 'brcobane';
    src: url('./fonts/BRCobane-Regular-BF654d96a1718fa.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@layer base {
    body {
      font-family: 'brcobane', system-ui, sans-serif;
      background-color: rgb(243 244 246); 
    }
    *{
      scroll-behavior: smooth;
    }
}