/*разобраться с подкл шрифтов потом, у CormorantSC только формат ttf в инете
@font-face {
    font-family: CormorantSC-Bold;
    src: url('../assets/fonts/Cormorant_SC/CormorantSC-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: Inter-Bold;
    src: url('../assets/fonts/Inter/web/Inter-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: Inter-Medium;
    src: url('../assets/fonts/Inter/web/Inter-Medium.woff2') format("woff2");
    font-style: normal;
}
обозначила шрифты в виде стилей для удобства пока что*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;400;500;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.inter-bold {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}
.inter-medium {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
.cormorant-sc-bold {
    font-family: "Cormorant SC", serif;
    font-weight: 700;
    font-style: normal;
}
h1{
    font-size: 6rem;
    font-family: "Cormorant SC", serif;
    font-weight: 700;
    font-style: normal;
    line-height: 3.625rem;
    margin: 0;
    padding: 0;
}
h2{
    font-size: 4rem;
    font-family: "Cormorant SC", serif;
    font-weight: 700;
    font-style: normal;
    line-height: 3.625rem;
    margin: 0;
    padding: 0;
}
h3{
    font-size: 3rem;
    font-family: "Cormorant SC", serif;
    font-weight: 700;
    font-style: normal;
    line-height: 3.625rem;
    margin: 0;
    padding: 0;
}
h3{
    font-size: 2rem;
    font-family: "Cormorant SC", serif;
    font-weight: 700;
    font-style: normal;
    line-height: 3.625rem;
    margin: 0;
    padding: 0;
}
p{
    font-size: 1.5rem;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    line-height: 1.813rem;
    margin: 0;
    padding: 0;
}