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

body{
    font-family: General Sans;
}

.minicircle{
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}