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

/*

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

*/
@font-face {
    font-family: 'Proxima';
    src: local('Proxima'), url(/fonts/Proxima-Nova-Reg.otf) format('opentype');
}

h1 {
    font-size: 47px;
    font-family: 'Proxima';
    font-weight: bold;
    text-align: center;
}

h2 {
    font-size: 35px;
    font-family: 'Proxima';
    font-weight: bold;
    text-align: center;
}

p {
    font-size: 23px;
    font-family: 'Proxima';
    font-weight: 400;
    text-align: center;
}

td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 70px;
    padding-left: 70px;
    font-weight: 400;
    font-family: 'Proxima';
    font-size: 23px;
}

th {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 70px;
    padding-left: 70px;
    font-weight: bold;
    font-family: 'Proxima';
    font-size: 23px;
}

body {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

table {
    /* border: 2px solid black; */
}

td.pdf-inline {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
    font-weight: 400;
    font-family: 'Proxima';
    font-size: 23px;
}
/*
 * 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.
 *


 */
