@charset "utf-8";
/*
 * File       : fds.css
 * Author     : FASTWEB 
 * Guideline  : FWstyle.3.0.1
 *
 *
 * SUMMARY:
 * 00) Color []
 * 01) Font-size []
 */

:root {
  /* layout */
  --global_width: 1080px;

  /* font-weight */
  --font-weight-200: 200;
  --font-weight-300: 300;
  --font-weight-700: 700;
  --font-weight-900: 900;

  /* color */
  --color-primary: #3896ff;
  --color-white: #fff;
  --color-white-100: #fefefe;

  --color-black: #000;
  --color-black-300: #383838;
}
