/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* =========================================
   TT Ramillas (Variable)
   ========================================= */
@font-face {
  font-family: "TT Ramillas";
  src: url("fonts/TT Ramillas Variable Roman.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Ramillas";
  src: url("fonts/TT Ramillas Variable Italic.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* =========================================
   Helvetica Now Display (Standard)
   ========================================= */
@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplayMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplayLt.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplayXLt.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* =========================================
   Helvetica Now Display Condensed
   ========================================= */
@font-face {
  font-family: "Helvetica Now Display Cn";
  src: url("fonts/HelveticaNowDisplay-Cn.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Now Display Cn";
  src: url("fonts/HelveticaNowDisplay-CnMed.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Now Display Cn";
  src: url("fonts/HelveticaNowDisplay-CnBd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Dostosowanie do tła strony */
body {
    background-color: #F4EDE9;
}


.onsale {
left: 10px;
top: 10px;
background-color: #ce8f8b !important;
}