@font-face {
    font-family: "tangier", sans-serif;
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "tangier", sans-serif;
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "tangier", sans-serif;
    font-weight: 700;
    font-style: normal;
}

strong {
    font-weight: 700 !important;
}

body {
    font-family: "tangier", sans-serif !important;
    font-weight: 500;
    letter-spacing: .125rem;
    background-color: #f5deb30f;
}
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #ad3b46;
    box-sizing: border-box;
    pointer-events: none;
}

h1, .h1 {
    font-size: 5.61rem;
}

h2, .h2 {
    font-size: 4.209rem;
}

h3, .h3 {
    font-size: 3.157rem;
}

h4, .h4 {
    font-size: 2.369rem;
}

.logo {
    max-width: 33%;
}

.color-link {
    color: #ad3b46;
    text-decoration: none;
}

.link-icon {
    width: 1rem;
    fill: #ad3b46;
}

.link-icon-extern {
    width: 0.66rem;
    fill: #ad3b46;
    margin-left: .25rem;
}

ul li {
    font-size: 1.5rem;
}

a {
    color: #ad3b46;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 600px) {

    body {

    }

    .logo {
        max-width: 66%;
    }

    h1, .h1 {
        font-size: calc(5.61rem*0.66);
        line-height: 1;
    }

    h2, .h2 {

        font-size: calc(4.209rem*0.66);
    }
    
    h3, .h3 {

        font-size: calc(3.157rem*0.66);
    }
    
    h4, .h4 {

        font-size: calc(2.369rem*0.8);
    }
}