@import "ft.css";

@import "header.css";

@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');


@font-face {
    font-family: 'VELISTA';
    src: url("/fonts/VELISTA.otf");
}

@font-face {
    font-family: 'The Erupha Italic Scale';
    src: url("/fonts/The Erupha Italic Scale.ttf");
}

@font-face {
    font-family: 'The Erupha';
    src: url("/fonts/The Erupha.ttf");
}

@font-face {
    font-family: 'The Erupha Slant';
    src: url("/fonts/The Erupha Slant.ttf");
}

@font-face {
    font-family: 'The Erupha Italic';
    src: url("/fonts/The Erupha Italic.ttf");
}

@font-face {
    font-family: 'The Erupha Scale';
    src: url("/fonts/The Erupha Scale.ttf");
}

@font-face {
    font-family: 'The Erupha Scale Slant';
    src: url("/fonts/The Erupha Scale Slant.ttf");
}

.ff2,
.ff2 * {
    font-family: 'The Erupha Italic Scale';
}

.ff3,
.ff3 * {
    font-family: 'The Erupha';
}

.ff4,
.ff4 * {
    font-family: 'The Erupha Slant';
}

.ff5,
.ff5 * {
    font-family: 'The Erupha Italic';
}

.ff6,
.ff6 * {
    font-family: 'The Erupha Scale';
}

.ff7,
.ff7 * {
    font-family: 'The Erupha Scale Slant';
}

* {

    font-family: "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif;

}

body {
    background: #F7F3EF url(../images/bg.png);
    background: url(../images/body-bg.jpg) repeat;
    /* background-size: cover; */
}

::-webkit-scrollbar {
    width: 0;
}

body,
ul,
li,
p,
a,
* {

    margin: 0;

    padding: 0;

    list-style: none;

    color: #272727;

}

::-webkit-scrollbar {
    width: 0;
}

a {

    text-decoration: none;

    color: inherit;

}

* {

    outline: none;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    box-sizing: border-box;

}

img {

    vertical-align: middle;

    max-width: 100%;

}





.VELISTA,
.VELISTA>* {

    font-family: 'VELISTA';

    letter-spacing: 0 !important;

}



/* sabon+ time new roman都用这个 */

.Tinos,
.Tinos>* {
    font-family: 'Tinos';
}

video::-webkit-media-controls-download-button {
    display: none;
}