/* ----------------------------------------------------
   FONT FACE SETUP — POPPINS
   ---------------------------------------------------- */

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Poppins', 'Lato', sans-serif;
    text-transform: none;
    font-variant-ligatures: none;
}

/* ----------------------------------------------------
   TYPOGRAPHY STYLES
   ---------------------------------------------------- */

h1 {
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.25;
    letter-spacing: 0px;
}

h2 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.25;
    letter-spacing: 0px;
}

h3 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0px;
}

h4 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0px;
}

h5 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0px;
}

.title-1 {
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: 0px;
}

.subtitle-1 {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.25;
    letter-spacing: 0px;
}

.body1 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0em;
}

.body2 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: -0.02em;
}