/**
 * Local Google Fonts - Roboto & Poppins
 * DSGVO-konform - keine externen Requests
 *
 * @package Aquamarin
 * @since 1.0.0
 */

/* ==========================================================================
   ROBOTO
   ========================================================================== */

/* Roboto 300 - Light */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'),
         url('../fonts/roboto/roboto-v50-latin-300.woff2') format('woff2');
}

/* Roboto 400 - Regular */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'),
         url('../fonts/roboto/roboto-v50-latin-regular.woff2') format('woff2');
}

/* Roboto 500 - Medium */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'),
         url('../fonts/roboto/roboto-v50-latin-500.woff2') format('woff2');
}

/* Roboto 700 - Bold */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'),
         url('../fonts/roboto/roboto-v50-latin-700.woff2') format('woff2');
}

/* ==========================================================================
   POPPINS
   ========================================================================== */

/* Poppins 300 - Light */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Poppins Light'), local('Poppins-Light'),
         url('../fonts/poppins/poppins-v24-latin-300.woff2') format('woff2');
}

/* Poppins 400 - Regular */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Regular'), local('Poppins-Regular'),
         url('../fonts/poppins/poppins-v24-latin-regular.woff2') format('woff2');
}

/* Poppins 500 - Medium */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Poppins Medium'), local('Poppins-Medium'),
         url('../fonts/poppins/poppins-v24-latin-500.woff2') format('woff2');
}

/* Poppins 600 - SemiBold */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
         url('../fonts/poppins/poppins-v24-latin-600.woff2') format('woff2');
}

/* Poppins 700 - Bold */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Poppins Bold'), local('Poppins-Bold'),
         url('../fonts/poppins/poppins-v24-latin-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'),
         url('../fonts/poppins/poppins-v24-latin-700italic.woff2') format('woff2');
}
