@font-face {
    font-family: 'Swear Display';
    src: url('./fonts/SwearDisplay-Bold.eot');
    src: url('./fonts/SwearDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/SwearDisplay-Bold.woff2') format('woff2'),
        url('./fonts/SwearDisplay-Bold.woff') format('woff'),
        url('./fonts/SwearDisplay-Bold.ttf') format('truetype'),
        url('./fonts/SwearDisplay-Bold.svg#SwearDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Swear Display';
    src: url('./fonts/SwearDisplay-Cilati.eot');
    src: url('./fonts/SwearDisplay-Cilati.eot?#iefix') format('embedded-opentype'),
        url('./fonts/SwearDisplay-Cilati.woff2') format('woff2'),
        url('./fonts/SwearDisplay-Cilati.woff') format('woff'),
        url('./fonts/SwearDisplay-Cilati.ttf') format('truetype'),
        url('./fonts/SwearDisplay-Cilati.svg#SwearDisplay-Cilati') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    height: 100vh;
    color: #EA545B;
    background-color: #D7D6E0;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
    max-width: 1260px;
    margin: auto;
}

img {
    width: 15%;
    height: auto;
}

h1 {
    font-family: 'Swear Display';
    font-weight: bold;
}

h2 {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

a {
    color: #EA545B;
}

.contact {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
}