@tailwind base;
@tailwind components;
@tailwind utilities;

/* @import url('https://fonts.cdnfonts.com/css/arupala-grotesk-trial'); */
@font-face {
    font-family: 'Arupala Grotesk Variable Trial';
    src: url('../fonts/ArupalaGroteskTrial/VARIABLE FONT TRIAL/ARUPALA VARIABLE TRIAL-VF.ttf');
         /* url('path-to-your-font.woff') format('woff'); */
    font-weight: 400;
    font-style: normal;
  }
  

body{
    background-color: black;
    /* font-family: 'Arupala Grotesk Trial', sans-serif; */
    font-family: 'Arupala Grotesk Variable Trial', sans-serif;
    color: white;

}

.navbar{
    width: 100%;
    /* height: 194px !important; */
}