/*
 Theme Name:   moveup.link
 Theme URI:    https://www.acture.de
 Description:  An Acture Theme 2026
 Author:       Christian Mörstedt
 Author URI:   https://www.acture.de
 Template:     generatepress
 Version:      0.1
*/

/* =============================================
   Font Families – moveup.link Theme
   Pfad: assets/fonts/
   ============================================= */

/* AUTHOR */

@font-face {
    font-family: 'Author';
    src: url('assets/fonts/author/Author-Extralight.woff2') format('woff2'),
         url('assets/fonts/author/Author-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Author';
    src: url('assets/fonts/author/Author-ExtralightItalic.woff2') format('woff2'),
         url('assets/fonts/author/Author-ExtralightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Author';
    src: url('assets/fonts/author/Author-Light.woff2') format('woff2'),
         url('assets/fonts/author/Author-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Author';
    src: url('assets/fonts/author/Author-LightItalic.woff2') format('woff2'),
         url('assets/fonts/author/Author-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Author';
    src: url('assets/fonts/author/Author-Regular.woff2') format('woff2'),
         url('assets/fonts/author/Author-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Author';
    src: url('assets/fonts/author/Author-Italic.woff2') format('woff2'),
         url('assets/fonts/author/Author-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Author';
    src: url('assets/fonts/author/Author-Medium.woff2') format('woff2'),
         url('assets/fonts/author/Author-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Author';
    src: url('assets/fonts/author/Author-MediumItalic.woff2') format('woff2'),
         url('assets/fonts/author/Author-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Author';
    src: url('assets/fonts/author/Author-Semibold.woff2') format('woff2'),
         url('assets/fonts/author/Author-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Author';
    src: url('assets/fonts/author/Author-SemiboldItalic.woff2') format('woff2'),
         url('assets/fonts/author/Author-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Author';
    src: url('assets/fonts/author/Author-Bold.woff2') format('woff2'),
         url('assets/fonts/author/Author-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Author';
    src: url('assets/fonts/author/Author-BoldItalic.woff2') format('woff2'),
         url('assets/fonts/author/Author-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* LASTIK */

@font-face {
    font-family: 'Lastik';
    src: url('assets/fonts/lastik/Lastik-Regular.woff2') format('woff2'),
         url('assets/fonts/lastik/Lastik-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lastik';
    src: url('assets/fonts/lastik/Lastik-SemiBold.woff2') format('woff2'),
         url('assets/fonts/lastik/Lastik-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lastik';
    src: url('assets/fonts/lastik/Lastik-Bold.woff2') format('woff2'),
         url('assets/fonts/lastik/Lastik-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lastik';
    src: url('assets/fonts/lastik/Lastik-ExtraBold.woff2') format('woff2'),
         url('assets/fonts/lastik/Lastik-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lastik';
    src: url('assets/fonts/lastik/Lastik-Black.woff2') format('woff2'),
         url('assets/fonts/lastik/Lastik-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

