﻿/* =========================================================
   PHOENIX YORK - ORIGINAL FONTS ONLY
   ========================================================= */


/* Montserrat Thin */
@font-face {
    font-family: "pymontserratthin";
    src: url("../fonts/montserrat/Montserrat-Thin.ttf") format("truetype");
   
    font-style: normal;
    font-display: swap;
}


/* Montserrat Light */
@font-face {
    font-family: "pymontserratlight";
    src: url("../fonts/montserrat/Montserrat-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* Montserrat Hairline */
@font-face {
    font-family: "pymontserratliner";
    src: url("../fonts/montserrat/Montserrat-Hairline.otf") format("opentype");
  
    font-style: normal;
    font-display: swap;
}


/* Montserrat UltraLight */
@font-face {
    font-family: "pymontserratbold";
    src: url("../fonts/montserrat/Montserrat-UltraLight.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


/* Museo 100 */
@font-face {
    font-family: "PYfont";
    src: url("../fonts/Museo 100.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


/* Museo Sans 100 */
@font-face {
    font-family: "PYmuseosans";
    src: url("../fonts/museosans/museosans-100.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
