@tailwind base; @tailwind components; @tailwind utilities; /* PhoneInput dark-mode overrides (it would add a lot of boilerplate to do this in JavaScript) */ .PhoneInputInput { @apply text-sm focus:ring-0 border-0; } .dark .PhoneInputInput { @apply bg-black; } .PhoneInputCountrySelect { @apply text-black; } /* Cal Sans */ @font-face { font-family: "Cal Sans"; src: url("https://cal.com/cal.ttf"); } /* note(PeerRich): TODO move @layer components into proper React Components: