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

.st-uploader {
  .st-uploader__progress-name {
    margin-right: 0.5em;
  }
}

@layer components {
  .btn-primary {
    @apply inline-flex items-center px-4 py-2 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500;
  }

  .btn-secondary {
    @apply inline-flex items-center px-4 py-2 border border-transparent text-base font-medium rounded-md text-indigo-700 bg-indigo-100 hover:bg-indigo-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500;
  }

  .btn-plain {
    @apply font-semibold text-white rounded-full px-8 py-3 w-auto;
  }

  .field {
    @apply shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm border-gray-300 rounded-md;
  }

  .landing-button {
    @apply bg-white text-xl rounded-full my-auto px-10 py-4 shadow hover:shadow-lg transition-shadow;
  }

  .field {
    @apply flex flex-col space-y-2;
  }

  .field-input {
    @apply block py-4 w-full rounded-lg text-black placeholder-blue/70 bg-blue/20 border-transparent focus:border-blue focus:ring-blue;
  }
}

@font-face {
  font-family: 'Alga';
  font-style: italic;
  font-weight: 400;
  src: url(/assets/fonts/Alga-SemiboldItalic-a16713c585d8716229108e06f323dac27342bbaca8e979c050d1135a018e2fd3.woff) format("woff"),
  url(/assets/fonts/Alga-SemiboldItalic-7fb7b59ec5a3d27fddcdb7b262d8c575ebf3b0defa8aa0dca5ce841457e82be4.woff2) format("woff2");
}

@font-face {
  font-family: 'Intro';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/intro-088bf661deaacd6ddde5b7ecba6334b79e63a74f2522fe2195cee93332d3c48d.woff) format("woff"),
  url(/assets/fonts/intro-b081a27971d9c8f86d49e17a63b8d1a59933110429ade1e62c7b921077172e1c.woff2) format("woff2");
}

@font-face {
  font-family: 'Intro';
  font-style: normal;
  font-weight: 700;
  src: url(/assets/fonts/introBold-dfd61f38ec60e56ec74ed9fb6c4dc7927c083032d6184c97c295a706a645c193.woff) format("woff");
}

@font-face {
  font-family: 'Intro';
  font-style: normal;
  font-weight: 300;
  src: url(/assets/fonts/introLight-e2f02c05487c0fdb8323051be2e656896c10b2cf82175760be6b1bc16a679207.woff) format("woff");
}

body {
  font-family: 'Intro';
  color: #29231E;
}

.static-landing-view {
  background: #FCF1E8;
}

@layer utilities {
  /* Hide scrollbar for Chrome, Safari and Opera */
  .no-scrollbar::-webkit-scrollbar {
    display: none;
  }
  /* Hide scrollbar for IE, Edge and Firefox */
  .no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
}
/*
 * 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.
 *


 */
