@tailwind base;
@tailwind components;
@tailwind utilities;
/*
@layer components {
  .btn-primary {
    @apply px-4 py-2 bg-blue-200;
  }
}
*/
@layer base {
  @font-face {
    font-family: 'Quicksand';
    src: url(/assets/Quicksand-Regular-dd4cf2bb3f8a74d0e622070a185e3c51a84b36b1a5409cc6e018636979d83049.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Quicksand';
    font-weight: 600;
    src: url(/assets/Quicksand-SemiBold-7170029cc233258f92f16b8db65f40ca18c32f173c4fb14c934c8c14b664105d.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Spartan';
    src: url(/assets/Spartan-Regular-400-9d606d1c54191023ca51341cf01224231969f83d574878b2173e83f714992d08.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Spartan';
    font-weight: 600;
    src: url(/assets/Spartan-SemiBold-600-d7b1be7827d996c73c3a52d9cff8a075d6e571bf18000979c4571f492d534e5b.ttf) format('truetype');
  }
}

.bg-logo {
  background-image: url(/assets/misthos_pictogram-5e3c9ff9c3ede6aea1bd642c1784e176eab3973615efff245b2ac0e866350a1c.svg);
  @apply bg-fixed bg-no-repeat;
  background-position: -8rem -2rem;
  background-size: auto calc(100% + 4rem);
}

h1 {
  @apply text-5xl font-bold font-spartan;
}

h2 {
  @apply text-[2rem] font-spartan;
}

h3 {
  @apply text-[1.7rem] font-bold font-spartan;
}

h4 {
  @apply text-[1.7rem] font-spartan;
}
/*
 * 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.
 *


 */

 .field_with_errors {
  display: inline;
 }
