/*
Theme Name: I Am Not Plastic V4
Theme URI: https://sculptcode.cl
Author: Diego Ruiz
Author URI: https://sculptcode.cl
Description: Tema personalizado I Am Not Plastic con WooCommerce.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iamnotplastic-theme
WC tested up to: 8.9
*/

/* =========================
   Fonts
========================= */
@font-face {
  font-family: "Barlow-Bold";
  src: url("assets/fonts/Barlow/Barlow-Bold.ttf");
}

@font-face {
  font-family: "Barlow-Medium";
  src: url("assets/fonts/Barlow/Barlow-Medium.ttf");
}

@font-face {
  font-family: "Barlow-Semibold";
  src: url("assets/fonts/Barlow/Barlow-SemiBold.ttf");
}

/* =========================
   Variables
========================= */
:root {
  box-sizing: border-box;
  min-height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;

  --sky-blue: #04cfff;
  --yellow: #ffd400;
  --green: #31e58c;
  --black: #212121;
  --gray: #808080;
  --pink: #ff76d1;
  --light-gray: #707070;

  --font-bold: "Barlow-Bold";
  --font-semiBold: "Barlow-Semibold";
  --font-medium: "Barlow-Medium";
}

/* =========================
   Reset
========================= */
*,
::before,
::after {
  box-sizing: inherit;
  font-weight: 200;
}

* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

::-webkit-scrollbar {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: var(--black);
  font-family: var(--font-medium);
  transform: none !important;
}

a,
button {
  letter-spacing: -0.5px;
}
