/*-----------------------------------------------------------------------------
ESTILOS BASE TIPOGRAFÍA | VARIABLES |
--------------------------------------------------------------------------------*/



:root {
    --maxlayout: 1920px;
    --layout: 1440px;
    --layout1230: 1230px;
    --layout1170: 1170px;
    --layout990: 990px;
    --layout750: 750px;
    --green: #8dc63f;
    --bluelight: #c2e0eb;
    --brown: #333333;
    --white: #fff;
    --grey: #e7e7e7;
  }

* {
    box-sizing: border-box;
}


html {scroll-behavior: smooth;}


p{font-family: 'GothamBook', sans-serif;}

ul {padding-left: 0; margin: 0; font-family: 'GothamBook', sans-serif;}

li {list-style: none; font-family: 'GothamBook', sans-serif;}
body {margin: 0; padding: 0; }

a {
    text-decoration: none;font-family: 'GothamBook', sans-serif;
    color: var(--gris);

}


@font-face {
    font-family: 'exmouth-web';
    src: url('../fonts/exmouth-web.woff') format('woff'),
         url('../fonts/exmouth-web.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.ttf') format('ttf'),
         url('../fonts/Gotham-Bold.woff2') format('woff2'),
         url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}




@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/GothamBook.ttf') format('ttf'),
         url('../fonts/GothamBook.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}




@font-face {
    font-family: 'trajan_bold-webfont';
    src: url('../fonts/trajan_bold-webfont.ttf') format('ttf'),
         url('../fonts/trajan_bold-webfont.woff2') format('woff2'),
         url('../fonts/trajan_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
