/*
Theme Name: Tecnifarch
Theme URI: https://neev.tech/
Author: Pedro Remelgado
Author URI: https://neev.tech/
Description: Tecnifarch wordpress theme
Version: 1.0.0
Tested up to: 6.6.1
Requires PHP: 7.4
Text Domain: tecnifarch
*/
body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(237, 101, 38);
    font-family: 'futura-pt', sans-serif;
    flex-direction: column;
    text-rendering: optimizeLegibility;
    height: 100vh;
    overflow: hidden;
}

.logo {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
}

img {
    max-height: 60px;
}

.container {
    text-align: center;
}

h1 {
    font-size: 7.5rem;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: -.01em;
    line-height: 1em;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 10px;
}

p {
    font-size: 1.2rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4em;
    letter-spacing: .04em;
    color: #fff;
    margin-bottom: 30px;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    text-decoration: none;
    transition: color 170ms ease-in-out, border-color 170ms ease-in-out;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    letter-spacing: .2em;
}

.button:hover {
    background-color: #fff;
    color: rgb(237, 101, 38);
}

@font-face {
    font-family: freight-sans-pro;
    src: url('assets/fonts/freight-sans-pro/l.woff2') format("woff2"), url('assets/fonts/freight-sans-pro/d.woff') format("woff"), url('assets/fonts/freight-sans-pro/a.otf') format("opentype");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: futura-pt;
    src: url('assets/fonts/futura-pt/300/l.woff2') format("woff2"), url('assets/fonts/futura-pt/300/d.woff') format("woff"), url('assets/fonts/futura-pt/300/a.otf') format("opentype");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: futura-pt;
    src: url('assets/fonts/futura-pt/400/l.woff2') format("woff2"), url('assets/fonts/futura-pt/400/d.woff') format("woff"), url('assets/fonts/futura-pt/400/a.otf') format("opentype");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: futura-pt;
    src: url('assets/fonts/futura-pt/500/l.woff2') format("woff2"), url('assets/fonts/futura-pt/500/d.woff') format("woff"), url('assets/fonts/futura-pt/500/a.otf') format("opentype");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: futura-pt;
    src: url('assets/fonts/futura-pt/700/l.woff2') format("woff2"), url('assets/fonts/futura-pt/700/d.woff') format("woff"), url('assets/fonts/futura-pt/700/a.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: futura-pt;
    src: url('assets/fonts/futura-pt/400/italic/l.woff2') format("woff2"), url('assets/fonts/futura-pt/400/italic/d.woff') format("woff"), url('assets/fonts/futura-pt/400/italic/a.otf') format("opentype");
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: futura-pt;
    src: url('assets/fonts/futura-pt/700/italic/l.woff2') format("woff2"), url('assets/fonts/futura-pt/700/italic/d.woff') format("woff"), url('assets/fonts/futura-pt/700/italic/a.otf') format("opentype");
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    font-display: swap;
}
