@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

.material-symbols-outlined {
    font-size: 3.8vw;
    font-weight: 200;
    margin: 1.6% 0;
}

.company {
    position: relative;
}

.company .text {
    font-family: "Righteous", sans-serif;
    font-size: 7.5vw;
    top: 55%;
}

.about {
    position: relative;
}

.about .text {
    font-family: "Inter";    
    width: 88%;
    font-size: 2.28vw;
    text-align: left;
    font-weight: 300;
}

.history {
    position: relative;
}

.history .text {
    color: #404040;
}

.history .title {
    font-family: "Poppins";
}

.title .t {
    font-size: 2.8vw;
    font-weight: 700;
    color: #000;
}

.title .s {
    font-size: 1.76vw;
    margin-top: 2%;
    margin-bottom: 8%;
}

.contents button {
    cursor: context-menu;

    font-size: 1.5vw;
    font-weight: 300;

    padding: 0.8vw 2.6vw;
    border-radius: 50px;
    
    margin-bottom: 2.9%;

    color: #95FF8D;
    background-color: #404040;

    font-family: "Poppins";
}

.contents p {
    font-family: "Inter";
    font-size: 1.57vw;
}

.contents .first {
    margin-bottom: 0.2%;
}


@media screen and (max-width: 530px) {
    .title .s {
        margin-bottom: 1%;
    }

    .contents button {
        margin-bottom: 2.5%;
    }

}