@tailwind base;
@tailwind components;
@tailwind utilities;
@import url("https://use.typekit.net/dxx0tiw.css");

@layer base {
  html {
    font-family: "brother-1816", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}

@layer components {
  .btn-primary-round {
    @apply rounded-full bg-gradient-to-b from-highland-500 to-highland-600 px-4 py-2.5 text-sm font-semibold text-white shadow-sm  hover:from-highland-600 hover:to-highland-700 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-highland-600;
  }

  .btn-primary {
    @apply rounded-md bg-gradient-to-b from-highland-500 to-highland-600 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:from-highland-600 hover:to-highland-700 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-highland-600
  }
}


/*
 * 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.
 *


 */
