/* Font faces */
@font-face {
    font-family: 'Lufga';
    font-style: medium;
    font-weight: 500;
    src: url("../fonts/lufga/LufgaMedium-ULbXC1M.ttf");
}

@font-face {
    font-family: 'Lufga';
    font-style: medium;
    font-weight: 400;
    src: url("../fonts/lufga/LufgaRegular-nJPl3Rz.ttf");
}

@font-face {
    font-family: 'Brittany Signature';
    font-style: medium;
    font-weight: 400;
    src: url("../fonts/brittany_signature/BrittanySignature-HZmkwLO.ttf");
}

/* Display styles */
.display-l {
    font-family: 'Lufga';
    font-weight: 500;
    font-size: 4rem; /* 64px */
    line-height: 4rem; /* 64px, 100% */
}

.display-m {
    font-family: 'Lufga';
    font-weight: 500;
    font-size: 3rem; /* 48px */
    line-height: 4rem; /* 64px, 133% */
}

.display-desktop {
    font-family: 'Lufga';
    font-weight: 600;
    font-size: 2.5rem; /* 40px */
    line-height: 3.25rem; /* 52px */
    text-decoration-line: underline;
}

/* Heading styles */
.h1 {
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 2.5rem; /* 40px */
    line-height: 100%; /* 40px */
}

.h2 {
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 2rem; /* 32px */
    line-height: 2.625rem; /* 42px */
}

.h2-tight {
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 2rem; /* 32px */
    line-height: 100%; /* 32px */
}

.h3 {
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 1.75rem; /* 28px */
    line-height: 100%; /* 28px */
}

.h4 {
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 1.5rem; /* 24px */
    line-height: 100%; /* 24px */
}

.h5 {
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 1.25rem; /* 20px */
    line-height: 1.625rem; /* 26px */
}

.h6 {
    font-family: 'Lufga';
    font-weight: 500;
    font-size: 1rem; /* 16px */
    line-height: 1.3125rem; /* 21px */
}

/* Body text styles */
.body-text-regular {
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 1rem; /* 16px */
    line-height: 1.5rem; /* 24px, 150% */
    letter-spacing: 0;
}

.body-text-medium {
    font-family: 'Lufga';
    font-weight: 500;
    font-size: 1rem; /* 16px */
    line-height: 1.5rem; /* 24px, 150% */
}

.body-text-small {
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 0.875rem; /* 14px */
    line-height: 1.5rem; /* 24px, 171% */
}

.body-text-big-regular {
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 1.125rem; /* 18px */
    line-height: 1.75rem; /* 28px, 156% */
}

.body-text-big-medium {
    font-family: 'Lufga';
    font-weight: 500;
    font-size: 1.125rem; /* 18px */
    line-height: 1.75rem; /* 28px, 156% */
}

/* Font families */
.font-signature {
    font-family: 'Brittany Signature', cursive;
}