/* Lato */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap');

/* Stanley */
@font-face {
    font-family: 'Stanley';
    src: url('../font/Stanley-Bold-Italic.ttf') format('truetype');
    
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Stanley';
    src: url('../font/Stanley-Regular-Italic.ttf') format('truetype');
    
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Stanley';
    src: url('../font/Stanley-Bold.ttf') format('truetype');
    
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Stanley';
    src: url('../font/Stanley-Regular.ttf') format('truetype');
    
    font-weight: normal;
    font-style: normal;
}

/* Brown */
@font-face {
    font-family: 'Brown';
    src: url('../font/Brown-ThinItalic.ttf') format('truetype');
    
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Brown';
    src: url('../font/Brown-RegularItalic.ttf') format('truetype');
    
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Brown';
    src: url('../font/Brown-BoldItalic.ttf') format('truetype');
    
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Brown';
    src: url('../font/Brown-Thin.ttf') format('truetype');
    
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Brown';
    src: url('../font/Brown-Regular.ttf') format('truetype');
    
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Brown';
    src: url('../font/Brown-Bold.ttf') format('truetype');
    
    font-weight: bold;
    font-style: normal;
}

:root {
  --text-color: #2B2B2B;
  --text-color-light: #8B8B8B;

  --grey-color: #979797;
  --grey-color-light: #F4F4F4;

  --green-color: #84B440;
  --green-color-light: #E5F2D3;

  --red-color: #CC4531;

  --site-color: #002257;
  --site-color-light: #F2F4F6;
  --site-color-hover: #002257;

  --site-border-color: #CCD3DD;

  --site-color-up: #B9A064;

  --site-color-spring: #002257;

  --site-font: 'Lato', sans-serif;
  --site-primary-title-font: 'Brown', 'Stanley', 'Lato', sans-serif;
  --site-title-font: 'Stanley', 'Brown', 'Lato', sans-serif;
}

/* change default icons */
.multiroom-header .room-div.finished::before{
    background-color: transparent !important;
    background-image: url('../img/icons/vulcano/ico-check.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}