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

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/

.no-arrows::-webkit-outer-spin-button,
.no-arrows::-webkit-inner-spin-button {
  @apply appearance-none;
  margin: 0;
}

.no-arrows {
  -moz-appearance: textfield;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/assets/lato/lato-v24-latin-300-bc26e2d282462e321d453e8abd965e4bbac06bcb53e7a683ea6e08907d349656.woff2) format("woff2");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/lato/lato-v24-latin-regular-5f874177fd93938f65f8bb350a11cdb09686d5a09b0f6984e9e2cf6f1e6cf6a7.woff2) format("woff2");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/lato/lato-v24-latin-700-28eec85d4ba002d4d644c03712019168b8ed576fe7f68c7aa3ef410a9a6e9549.woff2) format("woff2");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/assets/lato/lato-v24-latin-900-0aac01ad3b477900d427c94a7ba8094898c1cdfc7cf85231d20375793ea8445c.woff2) format("woff2");
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

.inline-action { display: none; }
.inline-edit .inline-action { display: initial; }
