/* 
    Theme Name:SRグループ
    Description:SRグループ
*/
@charset "UTF-8" ;

@font-face {
  font-family: 'Google-sans';
  src: url('fonts/GoogleSans-VariableFont_GRAD,opsz,wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
}

:root {
    --c-black: #000000;
    --c-gray: #f4f2ef;
    --c-border: #cbcbcb;
    --font-normal: "Google-sans", sans-serif;
}

body{
    color: var(--c-black);
    letter-spacing: 1px;
    font-family: var(--font-normal);
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    line-height: 1.8;
}
img{
    width: 100%;
}