/*
 Theme Name: BlankSlate Child
 Theme URI:  https://wemakeweb.dk
 Description: Child theme til BlankSlate
 Author:      Simon Mortensen for WE MAKE WEB (denmark)
 Template:    blankslate
 Version:     1.0.0
*/

@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/manrope/manrope-thin.otf') format('otf');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/manrope/manrope-light.otf') format('otf');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/manrope/manrope-regular.otf') format('otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/manrope/manrope-medium.otf') format('otf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/manrope/manrope-semibold.otf') format('otf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/manrope/manrope-bold.otf') format('otf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}