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

@layer components {
  .uptrip-admin {
    h1 { @apply text-2xl font-semibold leading-6 text-gray-900 }
    h2 { @apply text-lg font-medium leading-6 text-gray-900 }

    .td-default-class { @apply whitespace-nowrap px-3 py-4 text-sm text-gray-500 }
    .td-action-class { @apply relative whitespace-nowrap py-4 pl-3 pr-4 text-right text-sm font-medium sm:pr-6 }

    .sidebar-nav { @apply text-lufthansa hover:bg-gray-300 flex items-center px-2 py-2 text-sm font-medium rounded-md }
    .sidebar-nav.active { @apply bg-gray-300 }
  }
}

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


 */

@font-face {
  font-family: 'LufthansaSans';
  src: url(/assets/fonts/LufthansaSans.ttf) format('truetype');
}

@font-face {
  font-family: 'LufthansaSans-Bold';
  src: url(/assets/fonts/LufthansaSans-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'LufthansaHeadWeb-Bold';
  src: url(/assets/fonts/LufthansaHeadWeb-Bold.ttf) format('truetype');
}
