@font-face {
    font-family: "Cupra";
    src: url("Cupra-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Cupra";
    src: url("Cupra-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Cupra";
    src: url("Cupra-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Cupra";
    src: url("Cupra-Light.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Cupra";
    src: url("Cupra-Light.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Cupra";
    src: url("Cupra-Light.otf") format("opentype");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "Cupra";
    src: url("Cupra-Light.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Cupra";
    src: url("Cupra-Light.otf") format("opentype");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "Cupra";
    src: url("Cupra-Medium.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Cupra";
    src: url("Cupra-Medium.otf") format("opentype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Cupra";
    src: url("Cupra-Medium.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Cupra";
    src: url("Cupra-Medium.otf") format("opentype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Cupra";
    src: url("Cupra-Medium.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Cupra";
    src: url("Cupra-Medium.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "CupraHeader";
    src: url("Cupra-Book.otf") format("opentype");
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: "CupraHeader";
    src: url("Cupra-Book.otf") format("opentype");
    font-weight: 100 900;
    font-style: italic;
}

body {
    font-feature-settings: 'kern' 1 ,'liga' 1, 'calt' 1;
    -webkit-font-feature-settings: 'kern' 1 ,'liga' 1, 'calt' 1;
    -moz-font-feature-settings: 'kern' 1 ,'liga' 1, 'calt' 1;
    -ms-font-feature-settings: 'kern' 1 ,'liga' 1, 'calt' 1;
    -o-font-feature-settings: 'kern' 1 ,'liga' 1, 'calt' 1;
    -webkit-font-smoothing: antialiased;
}
