/*
 * mitGefühl Webelsiep (http://mitgefuehl.webelsiep.de)
 * Traumzeit Webelsiep (http://traumzeit.webelsiep.de)
 * © 2025 Melanie Webelsiep
 */

/* Amira */

 @font-face {
    font-family: 'Arima';
    src: url('../fonts/Arima-Regular.woff2') format('woff2'),
        url('../fonts/Arima-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arima';
    src: url('../fonts/Arima-Thin.woff2') format('woff2'),
        url('../fonts/Arima-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arima';
    src: url('../fonts/Arima-ExtraLight.woff2') format('woff2'),
        url('../fonts/Arima-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arima';
    src: url('../fonts/Arima-Light.woff2') format('woff2'),
        url('../fonts/Arima-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arima';
    src: url('../fonts/Arima-Medium.woff2') format('woff2'),
        url('../fonts/Arima-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arima';
    src: url('../fonts/Arima-SemiBold.woff2') format('woff2'),
        url('../fonts/Arima-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arima';
    src: url('../fonts/Arima-Bold.woff2') format('woff2'),
        url('../fonts/Arima-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* DancingScript */

 @font-face {
    font-family: 'DancingScript';
    src: url('../fonts/DancingScript-Regular.woff2') format('woff2'),
        url('../fonts/DancingScript-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DancingScript';
    src: url('../fonts/DancingScript-Medium.woff2') format('woff2'),
        url('../fonts/DancingScript-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DancingScript';
    src: url('../fonts/DancingScript-SemiBold.woff2') format('woff2'),
        url('../fonts/DancingScript-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DancingScript';
    src: url('../fonts/DancingScript-Bold.woff2') format('woff2'),
        url('../fonts/DancingScript-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* marck script latin regular */
@font-face {
	font-family: 'Marck Script';
	font-style: normal;
	font-weight: 400;
	src: local('Marck Script'), local('Marck Script'),
		url('../fonts/marck-script-regular.woff2') format('woff2'),
		url('../fonts/marck-script-regular.woff') format('woff'),
}