@import url(../../../css/theme.css);

/* Custom style for CadCut */

/* Links
 ========================================================================== */
/*
 * Style
 */
a,
.uk-link {
  color: #918E95;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  
}


/* Text-level semantics
 ========================================================================== */
/*
/*
 * Emphasize
 */
em {
  color: #918E95;
}


/* ========================================================================
   Warp theme
 ========================================================================== */
/* Theme Variables
 ========================================================================== */
/* Layout
 ========================================================================== */
.tm-footer a {
  color: #C9C8CA;
}

.tm-logo svg path,
.tm-logo-small svg path {
  fill: #C9C8CA;
}

/* Modifier: `uk-panel-box`
 ========================================================================== */
/*
 * Sub-modifier: `uk-panel-box-primary`
 */
.uk-panel-box-primary {
  border-bottom: 4px solid #C9C8CA;
}

/* Color modifiers
 ========================================================================== */
.uk-text-primary {
  color: #C9C8CA !important;
}