/* Regular */
@font-face {
    font-family: "Ivy Presto";
    src: url("../fonts/Ivy-Presto-Headline.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

/* Light */
@font-face {
    font-family: "Ivy Presto";
    src: url("../fonts/Ivy-Presto-Headline-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

/* Semi Bold */
@font-face {
    font-family: "Ivy Presto";
    src: url("../fonts/Ivy-Presto-Headline-Semi-Bold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}

/* Thin */
@font-face {
    font-family: "Ivy Presto";
    src: url("../fonts/Ivy-Presto-Headline-Thin.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "British Castilla";
    src: url("../fonts/British-Castilla.otf") format("opentype");
    font-weight:300;
    font-style: normal;
}