@charset "utf-8";

/*
Theme Name: vitalpak
Author: Diego Maia
Author URI: www.diegomaia.dev
Description: Theme developed for the website "Vital Pak"
Version: 1.0
*/


/* Import of external styles  */
@import url(../vitalpak/styles/header.css);
@import url(../vitalpak/styles/footer.css);
@import url(../vitalpak/styles/banner-home.css);
@import url(../vitalpak/styles/main-presentation.css);
@import url(../vitalpak/styles/the-solution.css);
@import url(../vitalpak/styles/contact.css);
@import url(../vitalpak/styles/product.css);
@import url(../vitalpak/styles/use-cases.css);
@import url(../vitalpak/styles/about-us.css);

@font-face {
  font-family: 'Avenir';
  src: url('assets/fonts/Avenir.woff2') format('woff2'),
    url('assets/fonts/Avenir.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'MinhaFonte', sans-serif;
}

/* Body */

body {
  height: 100vh;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

/* Ensures that images do not exceed the width of their parent container */
img {
  max-width: 100%;
  display: block;
}

/* Creating CSS Variables */

:root {}

/* Defining Global Standards */

body {
  height: 100vh;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
}

/* Ensures that images do not exceed the width of their parent container */
img {
  max-width: 100%;
  display: block;
}