/*Regular font*/

@font-face {
    font-family: 'Segoe UI';
    src: url("regular/SegoeUI.eot");
    src: url("regular/SegoeUI.eot?#iefix") format("embedded-opentype"), url("regular/SegoeUI.svg#SegoeUI") format("svg"), url("regular/SegoeUI.ttf") format("truetype"), url("regular/SegoeUI.woff") format("woff"), url("regular/SegoeUI.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}


/*semi bold font*/

@font-face {
    font-family: 'Segoe UI';
    src: url("semi-bold/SegoeUI-Semibold.svg#SegoeUI-Semibold") format("svg"), url("semi-bold/SegoeUI-Semibold.ttf") format("truetype"), url("semi-bold/SegoeUI-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}


/*bold font*/

@font-face {
    font-family: 'Segoe UI';
    src: url("bold/SegoeUI-Bold.eot");
    src: url("bold/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("bold/SegoeUI-Bold.svg#SegoeUI-Bold") format("svg"), url("bold/SegoeUI-Bold.ttf") format("truetype"), url("bold/SegoeUI-Bold.woff") format("woff"), url("bold/SegoeUI-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

/* Semi light */
@font-face {
    font-family: 'Segoe UI Semilight';
    src: url('semi-light/SegoeUI-Semilight.eot');
    src: url('semi-light/SegoeUI-Semilight.eot?#iefix') format('embedded-opentype'),
        url('semi-light/SegoeUI-Semilight.woff2') format('woff2'),
        url('semi-light/SegoeUI-Semilight.woff') format('woff'),
        url('semi-light/SegoeUI-Semilight.ttf') format('truetype'),
        url('semi-light/SegoeUI-Semilight.svg#SegoeUI-Semilight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Filmotype Yale */
@font-face {
    font-family: 'OPTIYale-Script';
      src:  url('filmotype-yale/OPTIYale-Script.ttf.woff') format('woff'),
      url('filmotype-yale/OPTIYale-Script.ttf.svg#OPTIYale-Script') format('svg'),
      url('filmotype-yale/OPTIYale-Script.ttf.eot'),
      url('filmotype-yale/OPTIYale-Script.eot?#iefix') format('embedded-opentype'); 
      font-weight: normal;
      font-style: normal;
  }
  
  .yale h1, 
  .yale h2, 
  .yale p, 
  .yale h3{
    font-family: 'OPTIYale-Script' !important;
  }