@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Inter,sans-serif}.ipadPortrait,.mobileLandscape{display:none;width:100%;height:100vh;background-color:red;position:fixed;top:0;left:0;z-index:9999;justify-content:center;align-items:center;text-align:center}.ipadportraitText{color:#fff;font-size:24px;font-weight:700}@media only screen and (min-width: 768px) and (max-width: 1035px) and (orientation: portrait){.ipadPortrait{display:flex}}@media only screen and (max-width: 1000px) and (orientation: landscape){.mobileLandscape{display:flex}}
