:root {
    --primary-color: #FFCEE9;
}

@font-face {
    font-family: 'CG';
    src: url("fonts/Cormorant_Garamond/CormorantGaramond-Medium.ttf");
}

@font-face {
    font-family: 'CG Italic';
    src: url("fonts/Cormorant_Garamond/CormorantGaramond-Italic.ttf");
}

@font-face {
    font-family: 'CG Light Italic';
    src: url("fonts/Cormorant_Garamond/CormorantGaramond-LightItalic.ttf");
}

@font-face {
    font-family: 'Raleway';
    src: url("fonts/Raleway/static/Raleway-Regular.ttf");
}

@font-face {
    font-family: 'Raleway Italic';
    src: url("fonts/Raleway/static/Raleway-Italic.ttf");
}

@font-face {
    font-family: 'Raleway Bold';
    src: url("fonts/Raleway/static/Raleway-Bold.ttf");
}

html, body {
    font-family: "Raleway" !important;
    line-height: 27px;
    letter-spacing: 0em;
}

i {
    font-family: "CG Light Italic" !important;
}

.btn:hover {
    background-color: var(--primary-color);
}

.pointer {
    cursor: pointer;
}

.fs-80 {
    font-size: 80px;
}

.btn:first-child:active {
    background-color: #ffb0dd;
}

.bg-pink-circle {
    background: #FFCEE9;
    width: 335px;
    height: 335px;
    opacity: 0.5;
    filter: blur(100px);
    position: absolute;
    z-index: 1;
    top: 0;
    left: -50px;
    border-radius: 50%;
}

.mb-80 {
    margin-bottom: 80px;
}

.nav-tabs li a.active {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-dark)!important;
}

.text-cg {
    font-family: 'CG';
}

.text-raleway {
    font-family: 'Raleway';
}

.fw-bold {
    font-family: 'Raleway Bold';
}

.logo {
    width: 100px;
}

.ps-150 {
    padding-left: 75px;
}

.head-label {
    font-size: calc(1.7rem + 1.5vw) !important;
    line-height: 1.1!important;
}

@media (min-width: 768px) {
    .ps-150 {
        padding-left: 150px;
    }
}

@media (min-width: 992px) {
    .head-label {
        font-size: calc(2rem + 1.5vw) !important;
    }

}

.rounded-circle {
    max-width: 300px !important;
}