/* 100 – Thin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url('Poppins-Thin.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 100;
    src: url('Poppins-ThinItalic.woff') format('woff');
}

/* 200 – ExtraLight */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url('Poppins-ExtraLight.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 200;
    src: url('Poppins-ExtraLightItalic.woff') format('woff');
}

/* 300 – Light */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('Poppins-Light.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300;
    src: url('Poppins-LightItalic.woff') format('woff');
}

/* 400 – Regular */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('Poppins-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: url('Poppins-Italic.woff') format('woff');
}

/* 500 – Medium */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('Poppins-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    src: url('Poppins-MediumItalic.woff') format('woff');
}

/* 600 – SemiBold */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('Poppins-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    src: url('Poppins-SemiBoldItalic.woff') format('woff');
}

/* 700 – Bold */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('Poppins-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: url('Poppins-BoldItalic.woff') format('woff');
}

/* 800 – ExtraBold */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('Poppins-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 800;
    src: url('Poppins-ExtraBoldItalic.woff') format('woff');
}

/* 900 – Black */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('Poppins-Black.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 900;
    src: url('Poppins-BlackItalic.woff') format('woff');
}


/* ================================================
   Standard “fallback” til body/titler mv.
   ================================================ */
body,
h1, h2, h3, h4, h5, h6,
p,
a, span, li {
    font-family: 'Poppins', sans-serif;
}