/* Auto gegenereerd fonts.css */
@font-face {
    font-family: 'Readex Pro';
    src: url('./fonts/ReadexPro-Bold.woff2') format('woff2'),
         url('./fonts/ReadexPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Readex Pro';
    src: url('./fonts/ReadexPro-ExtraLight.woff2') format('woff2'),
         url('./fonts/ReadexPro-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Readex Pro';
    src: url('./fonts/ReadexPro-Light.woff2') format('woff2'),
         url('./fonts/ReadexPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Readex Pro';
    src: url('./fonts/ReadexPro-Medium.woff2') format('woff2'),
         url('./fonts/ReadexPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Readex Pro';
    src: url('./fonts/ReadexPro-Regular.woff2') format('woff2'),
         url('./fonts/ReadexPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Readex Pro';
    src: url('./fonts/ReadexPro-SemiBold.woff2') format('woff2'),
         url('./fonts/ReadexPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Futura Std";
    src: url('./fonts/FuturaStd-Bold.woff2') format('woff2'),
         url('./fonts/FuturaStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal
}

/* Apply to everything in the body by default */
body {
  font-feature-settings: "ss01" 1, "kern" 1;
}

/* Override for headings */
h1, h2, h3, h4, h5, h6 {
  font-feature-settings: normal; /* turns off extra features */
}


