@font-face {
    font-family: 'Breathing';
    src: url('Breathing.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body,
html {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
}

table,b {
    font-weight: 700;
}

.breathing-font {
    font-family: 'Breathing', Arial, sans-serif;
    font-size: 4.5rem;
    font-weight: 400;
}

.italic {
    font-style: italic;
}

table,
.hero,
.sub-hero,
.bio,
.footer {
    font-size: 1em;
}

h1 {
    font-weight: 400;
    font-size: 2em;
}

.contacts {
    font-size: 1.75em;
}

@media screen and (max-width: 1000px) {
    body, html {
        font-size: 13px;
    }
    
    .breathing-font {
        font-size: 3.5rem;
    }
    
    h1 {
        font-size: 1.8em;
    }
    
    .contacts {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 500px) {
    body, html {
        font-size: 12px;
    }
    
    .breathing-font {
        font-size: 2.5rem;
    }
    
    h1 {
        font-size: 1.5em;
    }
    
    .contacts {
        font-size: 1.25em;
    }
    
    table,
    .hero,
    .sub-hero,
    .bio,
    .footer {
        font-size: 0.9em;
    }
}


@media screen and (max-width: 400px) {
    body, html {
        font-size: 10px;
    }
}