@font-face {
    font-family: 'Editech';
    src: url('../fonts/EditechRegular.eot');
    src: url('../fonts/EditechRegular.eot') format('embedded-opentype'),
    url('../fonts/EditechRegular.woff2') format('woff2'),
    url('../fonts/EditechRegular.woff') format('woff'),
    url('../fonts/EditechRegular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'Editech';
    src: url('../fonts/EditechMedium.eot');
    src: url('../fonts/EditechMedium.eot') format('embedded-opentype'),
    url('../fonts/EditechMedium.woff2') format('woff2'),
    url('../fonts/EditechMedium.woff') format('woff'),
    url('../fonts/EditechMedium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Editech';
    src: url('../fonts/EditechSemibold.eot');
    src: url('../fonts/EditechSemibold.eot') format('embedded-opentype'),
    url('../fonts/EditechSemibold.woff2') format('woff2'),
    url('../fonts/EditechSemibold.woff') format('woff'),
    url('../fonts/EditechSemibold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Editech';
    src: url('../fonts/EditechBold.eot');
    src: url('../fonts/EditechBold.eot') format('embedded-opentype'),
    url('../fonts/EditechBold.woff2') format('woff2'),
    url('../fonts/EditechBold.woff') format('woff'),
    url('../fonts/EditechBold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
    font-family: 'Editech';
    src: url('../fonts/EditechVariable.woff2') format('woff2'),
         url('../fonts/EditechVariable.woff') format('woff'),
         url('../fonts/EditechVariable.ttf') format('truetype');
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
  }
  