@font-face {
    font-family:"OoohBaby";
    src: url('../font/OoohBaby-Regular.ttf');
    font-weight: 500;
}

@font-face {
    font-family:"PlayfairDisplay";
    src: url('../font/PlayfairDisplay-VariableFont_wght.ttf');
    font-weight: 500;
}



@font-face {
    font-family:"Proxima";
    src: url('../font/Proxima\ Nova\ Light.ttf');
    font-weight: 400;
}
@font-face {
    font-family:"Proxima";
    src: url('../font/Proxima\ Nova\ Regular.ttf');
    font-weight: 500;
}

@font-face {
    font-family:"Proxima";
    src: url('../font/Proxima\ Nova\ Semibold.ttf');
    font-weight: 600;
}
@font-face {
    font-family:"Proxima";
    src: url('../font/Proxima\ Nova\ Extrabold.ttf');
    font-weight: 700;
}

