@import "tailwindcss";

@layer base {
  body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
}

span.icon-span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    margin-bottom: 2px;
}

button#btn-set-today {
    text-transform: uppercase;
}