@font-face {
    font-family: 'American Typewriter';
    font-style: normal;
    font-weight: normal;
    src: local('American Typewriter'), url('../font/ufonts.com_american-typewriter.woff') format('woff');
}
@font-face {
    font-family: 'American Typewriter Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('American Typewriter Condensed'), url('../font/ufonts.com_american-typewriter-condensed.woff') format('woff');
}
@font-face {
    font-family: 'American Typewriter Condensed Light';
    font-style: normal;
    font-weight: normal;
    src: local('American Typewriter Condensed Light'), url('../font/ufonts.com_american-typewriter-condensed-light.woff') format('woff');
}
@font-face {
    font-family: 'American Typewriter Light';
    font-style: normal;
    font-weight: normal;
    src: local('American Typewriter Light'), url('../font/ufonts.com_american-typewriter-light.woff') format('woff');
}
@font-face {
    font-family: 'American Typewriter Bold';
    font-style: normal;
    font-weight: normal;
    src: local('American Typewriter Bold'), url('../font/ufonts.com_american-typewriter-bold.woff') format('woff');
}
@font-face {
    font-family: 'American Typewriter Condensed Bold';
    font-style: normal;
    font-weight: normal;
    src: local('American Typewriter Condensed Bold'), url('../font/ufonts.com_american-typewriter-condensed-bold.woff') format('woff');
}
<!---->

@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('../font/Segoe UI.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('../font/Segoe UI Italic.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('../font/Segoe UI Bold.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('../font/Segoe UI Bold Italic.woff') format('woff');
}
@font-face {
    font-family: 'Baqacents Semi';
    src: url('../font/BaqacentsSemiBold-SemiBold.woff2') format('woff2'),
    url('../font/BaqacentsSemiBold-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
body{
    margin: 0;
}
.update {
    text-align: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.text{
    position: relative;
}
.text span.first {
    color: #9e906f;
    display: block;
    font-family: "Baqacents Semi";
    font-size: 100px;
    margin-top: -20px;
}
.text span.second{
    color: #9e906f;
    font-family: "Segoe UI Regular";
    position: absolute;
    bottom: 25px;
    letter-spacing: 9px;
    margin-left: -45px;
}
.text img {
    position: absolute;
    right: 115px;
    top: 40px;
}
.address{
    font-family: Segoe UI Regular;
    color: #9e906f;
    font-size: 18px;
}
.address span{
    font-family: Segoe UI Regular;
    color: #9e906f;
    font-weight: 600;
}
.mail-no {
    font-family: Segoe UI Regular;
    color: #9e906f;
    font-size:18px;
}
.mail-no span{
    font-family: Segoe UI Regular;
    color: #9e906f;
    font-weight: 600;
}
.web-update {
    color: #585348;
    padding-top: 95px;
    font-size: 22px;
    letter-spacing: 5px;
    font-family: "American Typewriter";
}