/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*:where(.luby-lamina-container,.luby-lamina-container *),
::before:where(.luby-lamina-container,.luby-lamina-container *),
::after:where(.luby-lamina-container,.luby-lamina-container *) {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before:where(.luby-lamina-container,.luby-lamina-container *),
::after:where(.luby-lamina-container,.luby-lamina-container *) {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

.luby-lamina-container {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

.luby-lamina-container {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr:where(.luby-lamina-container,.luby-lamina-container *) {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]):where(.luby-lamina-container,.luby-lamina-container *) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1:where(.luby-lamina-container,.luby-lamina-container *),
h2:where(.luby-lamina-container,.luby-lamina-container *),
h3:where(.luby-lamina-container,.luby-lamina-container *),
h4:where(.luby-lamina-container,.luby-lamina-container *),
h5:where(.luby-lamina-container,.luby-lamina-container *),
h6:where(.luby-lamina-container,.luby-lamina-container *) {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a:where(.luby-lamina-container,.luby-lamina-container *) {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b:where(.luby-lamina-container,.luby-lamina-container *),
strong:where(.luby-lamina-container,.luby-lamina-container *) {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code:where(.luby-lamina-container,.luby-lamina-container *),
kbd:where(.luby-lamina-container,.luby-lamina-container *),
samp:where(.luby-lamina-container,.luby-lamina-container *),
pre:where(.luby-lamina-container,.luby-lamina-container *) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small:where(.luby-lamina-container,.luby-lamina-container *) {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub:where(.luby-lamina-container,.luby-lamina-container *),
sup:where(.luby-lamina-container,.luby-lamina-container *) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub:where(.luby-lamina-container,.luby-lamina-container *) {
  bottom: -0.25em;
}

sup:where(.luby-lamina-container,.luby-lamina-container *) {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table:where(.luby-lamina-container,.luby-lamina-container *) {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button:where(.luby-lamina-container,.luby-lamina-container *),
input:where(.luby-lamina-container,.luby-lamina-container *),
optgroup:where(.luby-lamina-container,.luby-lamina-container *),
select:where(.luby-lamina-container,.luby-lamina-container *),
textarea:where(.luby-lamina-container,.luby-lamina-container *) {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button:where(.luby-lamina-container,.luby-lamina-container *),
select:where(.luby-lamina-container,.luby-lamina-container *) {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button:where(.luby-lamina-container,.luby-lamina-container *),
[type='button']:where(.luby-lamina-container,.luby-lamina-container *),
[type='reset']:where(.luby-lamina-container,.luby-lamina-container *),
[type='submit']:where(.luby-lamina-container,.luby-lamina-container *) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring:where(.luby-lamina-container,.luby-lamina-container *) {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid:where(.luby-lamina-container,.luby-lamina-container *) {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress:where(.luby-lamina-container,.luby-lamina-container *) {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button:where(.luby-lamina-container,.luby-lamina-container *),
::-webkit-outer-spin-button:where(.luby-lamina-container,.luby-lamina-container *) {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search']:where(.luby-lamina-container,.luby-lamina-container *) {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration:where(.luby-lamina-container,.luby-lamina-container *) {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button:where(.luby-lamina-container,.luby-lamina-container *) {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary:where(.luby-lamina-container,.luby-lamina-container *) {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote:where(.luby-lamina-container,.luby-lamina-container *),
dl:where(.luby-lamina-container,.luby-lamina-container *),
dd:where(.luby-lamina-container,.luby-lamina-container *),
h1:where(.luby-lamina-container,.luby-lamina-container *),
h2:where(.luby-lamina-container,.luby-lamina-container *),
h3:where(.luby-lamina-container,.luby-lamina-container *),
h4:where(.luby-lamina-container,.luby-lamina-container *),
h5:where(.luby-lamina-container,.luby-lamina-container *),
h6:where(.luby-lamina-container,.luby-lamina-container *),
hr:where(.luby-lamina-container,.luby-lamina-container *),
figure:where(.luby-lamina-container,.luby-lamina-container *),
p:where(.luby-lamina-container,.luby-lamina-container *),
pre:where(.luby-lamina-container,.luby-lamina-container *) {
  margin: 0;
}

fieldset:where(.luby-lamina-container,.luby-lamina-container *) {
  margin: 0;
  padding: 0;
}

legend:where(.luby-lamina-container,.luby-lamina-container *) {
  padding: 0;
}

ol:where(.luby-lamina-container,.luby-lamina-container *),
ul:where(.luby-lamina-container,.luby-lamina-container *),
menu:where(.luby-lamina-container,.luby-lamina-container *) {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog:where(.luby-lamina-container,.luby-lamina-container *) {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea:where(.luby-lamina-container,.luby-lamina-container *) {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder:where(.luby-lamina-container,.luby-lamina-container *), textarea::-moz-placeholder:where(.luby-lamina-container,.luby-lamina-container *) {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder:where(.luby-lamina-container,.luby-lamina-container *),
textarea::placeholder:where(.luby-lamina-container,.luby-lamina-container *) {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button:where(.luby-lamina-container,.luby-lamina-container *),
[role="button"]:where(.luby-lamina-container,.luby-lamina-container *) {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled:where(.luby-lamina-container,.luby-lamina-container *) {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img:where(.luby-lamina-container,.luby-lamina-container *),
svg:where(.luby-lamina-container,.luby-lamina-container *),
video:where(.luby-lamina-container,.luby-lamina-container *),
canvas:where(.luby-lamina-container,.luby-lamina-container *),
audio:where(.luby-lamina-container,.luby-lamina-container *),
iframe:where(.luby-lamina-container,.luby-lamina-container *),
embed:where(.luby-lamina-container,.luby-lamina-container *),
object:where(.luby-lamina-container,.luby-lamina-container *) {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img:where(.luby-lamina-container,.luby-lamina-container *),
video:where(.luby-lamina-container,.luby-lamina-container *) {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(.luby-lamina-container,.luby-lamina-container *) {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.luby-absolute {
  position: absolute;
}

.luby-relative {
  position: relative;
}

.luby-bottom-0 {
  bottom: 0px;
}

.luby-right-\[-15px\] {
  right: -15px;
}

.luby-top-0 {
  top: 0px;
}

.luby-my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.luby-mt-\[-0\.05px\] {
  margin-top: -0.05px;
}

.luby-flex {
  display: flex;
}

.luby-grid {
  display: grid;
}

.luby-h-\[250px\] {
  height: 250px;
}

.luby-h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.luby-w-\[101px\] {
  width: 101px;
}

.luby-w-\[476px\] {
  width: 476px;
}

.luby-w-\[54px\] {
  width: 54px;
}

.luby-w-\[68px\] {
  width: 68px;
}

.luby-w-\[81px\] {
  width: 81px;
}

.luby-w-\[82px\] {
  width: 82px;
}

.luby-w-full {
  width: 100%;
}

.luby-max-w-\[111px\] {
  max-width: 111px;
}

.luby-max-w-\[131px\] {
  max-width: 131px;
}

.luby-max-w-\[1440px\] {
  max-width: 1440px;
}

.luby-max-w-\[158px\] {
  max-width: 158px;
}

.luby-max-w-\[175px\] {
  max-width: 175px;
}

.luby-max-w-\[178px\] {
  max-width: 178px;
}

.luby-max-w-\[183px\] {
  max-width: 183px;
}

.luby-max-w-\[260px\] {
  max-width: 260px;
}

.luby-max-w-\[395px\] {
  max-width: 395px;
}

.luby-max-w-\[444px\] {
  max-width: 444px;
}

.luby-max-w-\[449px\] {
  max-width: 449px;
}

.luby-max-w-\[464px\] {
  max-width: 464px;
}

.luby-max-w-\[467px\] {
  max-width: 467px;
}

.luby-max-w-\[492px\] {
  max-width: 492px;
}

.luby-max-w-\[503px\] {
  max-width: 503px;
}

.luby-max-w-\[532px\] {
  max-width: 532px;
}

.luby-max-w-\[573px\] {
  max-width: 573px;
}

.luby-max-w-\[745px\] {
  max-width: 745px;
}

.luby-max-w-\[855px\] {
  max-width: 855px;
}

.luby-max-w-\[86px\] {
  max-width: 86px;
}

.luby-max-w-\[98px\] {
  max-width: 98px;
}

.luby-max-w-\[calc\(100\%-64px\)\] {
  max-width: calc(100% - 64px);
}

.luby-max-w-\[186px\] {
  max-width: 186px;
}

.luby-max-w-\[184px\] {
  max-width: 184px;
}

.luby-max-w-\[770px\] {
  max-width: 770px;
}

.luby-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.luby-flex-col {
  flex-direction: column;
}

.luby-flex-col-reverse {
  flex-direction: column-reverse;
}

.luby-flex-wrap {
  flex-wrap: wrap;
}

.luby-items-end {
  align-items: flex-end;
}

.luby-items-center {
  align-items: center;
}

.luby-justify-center {
  justify-content: center;
}

.luby-gap-20 {
  gap: 5rem;
}

.luby-gap-5 {
  gap: 1.25rem;
}

.luby-gap-\[19px\] {
  gap: 19px;
}

.luby-gap-\[20\.01px\] {
  gap: 20.01px;
}

.luby-gap-\[20\.41px\] {
  gap: 20.41px;
}

.luby-gap-\[20\.4px\] {
  gap: 20.4px;
}

.luby-gap-\[20px\] {
  gap: 20px;
}

.luby-gap-\[21px\] {
  gap: 21px;
}

.luby-gap-\[25\.4px\] {
  gap: 25.4px;
}

.luby-gap-\[28\.01px\] {
  gap: 28.01px;
}

.luby-gap-\[33\.41px\] {
  gap: 33.41px;
}

.luby-gap-\[34\.72px\] {
  gap: 34.72px;
}

.luby-gap-\[34px\] {
  gap: 34px;
}

.luby-gap-\[36px\] {
  gap: 36px;
}

.luby-gap-\[46px\] {
  gap: 46px;
}

.luby-gap-\[54px\] {
  gap: 54px;
}

.luby-gap-\[59px\] {
  gap: 59px;
}

.luby-gap-\[83px\] {
  gap: 83px;
}

.luby-overflow-hidden {
  overflow: hidden;
}

.luby-rounded-\[33px\] {
  border-radius: 33px;
}

.luby-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.luby-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.luby-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.luby-py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.luby-py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.luby-pb-12 {
  padding-bottom: 3rem;
}

.luby-pb-\[22px\] {
  padding-bottom: 22px;
}

.luby-pb-\[64\.45px\] {
  padding-bottom: 64.45px;
}

.luby-pb-\[81px\] {
  padding-bottom: 81px;
}

.luby-pt-16 {
  padding-top: 4rem;
}

.luby-pt-\[116px\] {
  padding-top: 116px;
}

.luby-pt-\[52px\] {
  padding-top: 52px;
}

.luby-pt-\[54px\] {
  padding-top: 54px;
}

.luby-pt-\[60px\] {
  padding-top: 60px;
}

.luby-pt-\[63\.24px\] {
  padding-top: 63.24px;
}

.luby-pt-\[64\.72px\] {
  padding-top: 64.72px;
}

.luby-pt-\[66px\] {
  padding-top: 66px;
}

.luby-text-center {
  text-align: center;
}

.luby-font-elza {
  font-family: Elza, sans-serif;
}

.luby-text-\[14px\] {
  font-size: 14px;
}

.luby-text-\[16px\] {
  font-size: 16px;
}

.luby-text-\[18px\] {
  font-size: 18px;
}

.luby-text-\[24px\] {
  font-size: 24px;
}

.luby-text-\[30px\] {
  font-size: 30px;
}

.luby-text-\[36px\] {
  font-size: 36px;
}

.luby-text-\[37px\] {
  font-size: 37px;
}

.luby-text-\[46px\] {
  font-size: 46px;
}

.luby-font-bold {
  font-weight: 700;
}

.luby-font-semibold {
  font-weight: 600;
}

.luby-leading-\[14px\] {
  line-height: 14px;
}

.luby-leading-\[19\.6px\] {
  line-height: 19.6px;
}

.luby-leading-\[21\.6px\] {
  line-height: 21.6px;
}

.luby-leading-\[24px\] {
  line-height: 24px;
}

.luby-leading-\[26px\] {
  line-height: 26px;
}

.luby-leading-\[32px\] {
  line-height: 32px;
}

.luby-leading-\[36px\] {
  line-height: 36px;
}

.luby-leading-\[39px\] {
  line-height: 39px;
}

.luby-leading-\[44px\] {
  line-height: 44px;
}

.luby-leading-\[46px\] {
  line-height: 46px;
}

.luby-leading-\[56px\] {
  line-height: 56px;
}

@font-face {
  font-family: "Elza";

  src: url("../src/assets/fonts/Elza/Elza-Black.woff") format("woff");

  font-weight: 900;
}

@font-face {
  font-family: "Elza";

  src: url("../src/assets/fonts/Elza/Elza-Bold.woff") format("woff");

  font-weight: 700;
}

@font-face {
  font-family: "Elza";

  src: url("../src/assets/fonts/Elza/Elza-Semibold.woff") format("woff");

  font-weight: 600;
}

@font-face {
  font-family: "Elza";

  src: url("../src/assets/fonts/Elza/Elza-Medium.woff") format("woff");

  font-weight: 500;
}

@font-face {
  font-family: "Elza";

  src: url("../src/assets/fonts/Elza/Elza-Regular.woff") format("woff");

  font-weight: 400;
}

@font-face {
  font-family: "Elza";

  src: url("../src/assets/fonts/Elza/Elza-Light.woff") format("woff");

  font-weight: 300;
}

@font-face {
  font-family: "Elza";

  src: url("../src/assets/fonts/Elza/Elza-Extralight.woff") format("woff");

  font-weight: 200;
}

@media (min-width: 640px) {
  .sm\:luby-h-\[270px\] {
    height: 270px;
  }

  .sm\:luby-max-w-\[271px\] {
    max-width: 271px;
  }

  .sm\:luby-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:luby-gap-\[140px\] {
    gap: 140px;
  }

  .sm\:luby-gap-\[54px\] {
    gap: 54px;
  }

  .sm\:luby-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:luby-py-\[137px\] {
    padding-top: 137px;
    padding-bottom: 137px;
  }

  .sm\:luby-py-\[163px\] {
    padding-top: 163px;
    padding-bottom: 163px;
  }

  .sm\:luby-pt-\[158px\] {
    padding-top: 158px;
  }

  .sm\:luby-text-\[18px\] {
    font-size: 18px;
  }

  .sm\:luby-text-\[24px\] {
    font-size: 24px;
  }

  .sm\:luby-text-\[46px\] {
    font-size: 46px;
  }

  .sm\:luby-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:luby-leading-\[21\.6px\] {
    line-height: 21.6px;
  }

  .sm\:luby-leading-\[32px\] {
    line-height: 32px;
  }

  .sm\:luby-leading-\[46px\] {
    line-height: 46px;
  }

  .sm\:luby-leading-\[56px\] {
    line-height: 56px;
  }
}

@media (min-width: 1024px) {
  .lg\:luby-grid {
    display: grid;
  }

  .lg\:luby-max-w-\[710px\] {
    max-width: 710px;
  }

  .lg\:luby-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:luby-gap-\[8px\] {
    gap: 8px;
  }

  .lg\:luby-pt-\[220px\] {
    padding-top: 220px;
  }
}

@media (min-width: 1030px) {
  .min-\[1030px\]\:luby-gap-\[28px\] {
    gap: 28px;
  }

  .min-\[1030px\]\:luby-gap-\[48px\] {
    gap: 48px;
  }
}

@media (min-width: 1130px) {
  .min-\[1130px\]\:luby-gap-\[140px\] {
    gap: 140px;
  }

  .min-\[1130px\]\:luby-gap-\[54px\] {
    gap: 54px;
  }
}

@media (min-width: 1280px) {
  .xl\:luby-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1440px) {
  .min-\[1440px\]\:luby-max-w-\[1440px\] {
    max-width: 1440px;
  }
}
