/* ========================================
   HOME STYLES
======================================== */

@import url("home.css");


/* ========================================
   SURVEY STYLES
======================================== */

@import url("survay.css");


/* ========================================
   RESULT STYLES
======================================== */

@import url("result.css");


/* ========================================
   MOBILE / RESPONSIVE STYLES
======================================== */

@import url("media.css");


/* ========================================
   CURRENT BeUp LOGO
======================================== */

.header__logo {
    position: relative;

    display: inline-block;

    color: #15213b;

    font-size: 34px;
    font-weight: 400;
    line-height: 1;

    letter-spacing: -0.04em;

    text-decoration: none;

    white-space: nowrap;
}


.header__logo:hover,
.header__logo:focus,
.header__logo:visited {
    text-decoration: none;
}


.header__logo-dark {
    color: #15213b;
}


.header__logo-accent {
    color: #28c8df;
}


.header__logo-mark {
    position: absolute;

    top: -7px;
    right: -9px;

    width: 0;
    height: 0;

    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #28c8df;
}

