@import url('https://fonts.googleapis.com/css2?family=Coiny&display=swap');

@font-face {
    font-family: 'Amifer';
    src: url('../fonts/Amifer-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Amifer';
    src: url('../fonts/Amifer-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Amifer';
    src: url('../fonts/Amifer-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Amifer';
    src: url('../fonts/Amifer-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Amifer';
    src: url('../fonts/Amifer-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: block;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
 html { scroll-behavior: smooth; }

body {
    font-family: 'Amifer', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

.template-section {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.big-title {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.content-container {
    max-width: 1000px;
    margin: 0 auto;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    text-decoration: none;
}



/*CSS GLOBAL*/

body {
  margin: 0;
  line-height: normal;
}

:root {

  /* Color */
  --Basic-White: #fff;
  --Color-primary-1: #e06e1d;
  --Color-primary-2: #2a3570;
  --Color-primary-3: #f3eee3;
  --Color-primary-4: #1a1718;
  --Color-primary-5: #d4438d;
  --Color-secondary-base-1: #fff;
  --Colors-Neutral-100: #fff;
  --Colors-Neutral-White: #fff;
  --Colors-Neutral-White1: #fff;
  --dark-500: #190d29;

  /* Font */
  --heading: Friends;
  --tipografia-secundario: amifer;

  /* Common Style Variables */

  /* Color */
  --color-bisque: rgba(240, 214, 187, 0.3);
  --color-dimgray: #6a6a6a;
  --color-gray: rgba(255, 255, 255, 0.21);
  --whatsapp: #25cf43;

  /* Gap */
  --gap-8: 8px;
  --gap-12: 12px;
  --gap-14: 14px;
  --gap-18: 18px;
  --gap-20: 20px;
  --gap-24: 24px;
  --gap-26: 26px;
  --gap-32: 32px;
  --gap-36: 36px;

  /* Padding */
  --padding-0: 0px;
  --padding-01: 0;
  --padding-5: 5px;
  --padding-11: 11px;
  --padding-12: 12px;
  --padding-15: 15px;
  --padding-16: 16px;
  --padding-20: 20px;
  --padding-24: 24px;
  --padding-100: 100px;

  /* BorderRadius */
  --br-0: 0px;
  --br-16: 16px;
  --br-20: 20px;
  --br-24: 24px;
  --br-50: 50px;
  --br-100: 100px;

  /* Font */
  --font-amifer: Amifer;
  --font-coiny: Coiny;

  /* FontSize */
  --fs-12: 12px;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-19: 19px;
  --fs-20: 20px;
  --fs-26: 26px;
  --fs-32: 32px;
  --fs-48: 48px;
  --fs-83_5: 83.5px;

  /* Shadows */
  --text-shadow-1: 0px 20px 20px rgba(0, 0, 0, 0.12);

  /* WidthHeights */
  --height-14: 14px;
  --height-18: 18px;
  --height-20: 20px;
  --height-24: 24px;
  --height-40: 40px;
  --height-60: 60px;
  --width-14: 14px;
  --width-16: 16px;
  --width-20: 20px;
  --width-26: 26px;
  --width-40: 40px;
  --width-48: 48px;
  --width-1440: 1440px;
  --width-59_6: 59.6px;

  /* LineHeights */
  --lh-15: 15px;
  --lh-16: 16px;
  --lh-18: 18px;
  --lh-19: 19px;
  --lh-20: 20px;
  --lh-48: 48px;

  /* LetterSpacings */
  --ls--1: -1px;
  --ls--0_08: -0.08;

  /* Opacities */
  --opacity-0_5: 0.5;

  --left-0: 0px;
  --top-0: 0px;
}
