@font-face {
    font-family: 'ProeducaSans';
    src: url('./ProeducaSans-ExtraLight.woff2') format('woff2'),
         url('./ProeducaSans-ExtraLight.woff') format('woff'),
         url('./ProeducaSans-ExtraLight.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'ProeducaSans';
    src: url('./ProeducaSans-Light.woff2') format('woff2'),
         url('./ProeducaSans-Light.woff') format('woff'),
         url('./ProeducaSans-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'ProeducaSans';
    src: url('./ProeducaSans-Regular.woff2') format('woff2'),
         url('./ProeducaSans-Regular.woff') format('woff'),
         url('./ProeducaSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ProeducaSans';
    src: url('./ProeducaSans-Medium.woff2') format('woff2'),
         url('./ProeducaSans-Medium.woff') format('woff'),
         url('./ProeducaSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ProeducaSans';
    src: url('./ProeducaSans-SemiBold.woff2') format('woff2'),
         url('./ProeducaSans-SemiBold.woff') format('woff'),
         url('./ProeducaSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'ProeducaSans';
    src: url('./ProeducaSans-Bold.woff2') format('woff2'),
         url('./ProeducaSans-Bold.woff') format('woff'),
         url('./ProeducaSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'ProeducaSans';
    src: url('./ProeducaSans-ExtraBold.woff2') format('woff2'),
         url('./ProeducaSans-ExtraBold.woff') format('woff'),
         url('./ProeducaSans-ExtraBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}