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

body {font-family: Arial, Helvetica, sans-serif;}

input[type=radio], input[type=checkbox]{
    transform: scale(2);
    margin-right: 5px;
}

#recipeModal {
    scroll-behavior: auto;
    overflow: hidden;
    overflow-y: scroll;
}