* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'mon';
    src: url('/fonts/Poppins-Regular.woff2') format('woff');
}

@font-face {
    font-family: 'mon-b';
    src: url('/fonts/Poppins-SemiBold.woff2') format('woff');
}

@font-face {
    font-family: 'os';
    src: url('/fonts/OpenSans-Regular.woff') format('woff');
}

:root {
    --lp-primary-color: #1f2b45;
}

body {
    font-family: os;
}

