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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: "VWHead";
    src: url("VWHead-ExtraBold.otf") format("opentype");
    font-weight: 800 900;
    font-style: normal;
}

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

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

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

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;
}
