@font-face {
    font-family: 'CF-Serif';
    src:url('../fonts/CF-Serif-Italic.woff2') format('woff2'),
        url('../fonts/CF-Serif-Italic.woff') format('woff'),
        url('../fonts/CF-Serif-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'CF-Sans';
    src:url('../fonts/CF-Sans-Light.woff2') format('woff2'),
        url('../fonts/CF-Sans-Light.woff') format('woff'),
        url('../fonts/CF-Sans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }

@font-face {
    font-family: 'CF-Sans';
    src:url('../fonts/CF-Sans-Regular.woff2') format('woff2'),
        url('../fonts/CF-Sans-Regular.woff') format('woff'),
        url('../fonts/CF-Sans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'CF-Sans';
    src:url('../fonts/CF-Sans-Medium.woff2') format('woff2'),
        url('../fonts/CF-Sans-Medium.woff') format('woff'),
        url('../fonts/CF-Sans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'CF-Sans';
    src:url('../fonts/CF-Sans-SemiBold.woff2') format('woff2'),
        url('../fonts/CF-Sans-SemiBold.woff') format('woff'),
        url('../fonts/CF-Sans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
  }